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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_imp.h974 uint8_t tertiaryBottom; /* Upper range when compressing */ member in struct:UCollator
H A Ducol.cpp4636 uint8_t tertiaryBottom = coll->tertiaryBottom; local
4837 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
4840 tertiaries.appendByte(tertiaryBottom + (count3-1));
4916 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
4919 tertiaries.appendByte(tertiaryBottom + (count3-1));
5006 uint8_t tertiaryBottom = coll->tertiaryBottom; local
5124 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount);
5127 tertiaries.appendByte(tertiaryBottom
[all...]

Completed in 119 milliseconds