Searched defs:tertiaryTop (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h973 uint8_t tertiaryTop; /* Upper range when compressing */ member in struct:UCollator
H A Ducol.cpp4635 uint8_t tertiaryTop = coll->tertiaryTop; local
4831 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount);
4834 tertiaries.appendByte(tertiaryTop - (count3-1));
4910 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount);
4913 tertiaries.appendByte(tertiaryTop - count3);
5005 uint8_t tertiaryTop = coll->tertiaryTop; local
5118 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount);
5121 tertiaries.appendByte(tertiaryTop
[all...]

Completed in 357 milliseconds