Home
last modified time | relevance | path

Searched refs:tertiaryBottom (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Ducol.cpp4676 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKey() local
4877 … tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKey()
4880 tertiaries.Append((uint8_t)(tertiaryBottom + (count3-1))); in ucol_calcSortKey()
4952 tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKey()
4955 tertiaries.Append((uint8_t)(tertiaryBottom + (count3-1))); in ucol_calcSortKey()
5040 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKeySimpleTertiary() local
5158 … tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKeySimpleTertiary()
5161 tertiaries.Append((uint8_t)(tertiaryBottom + (count3-1))); in ucol_calcSortKeySimpleTertiary()
5191 tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKeySimpleTertiary()
5194 tertiaries.Append((uint8_t)(tertiaryBottom + (count3-1))); in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h1053 uint8_t tertiaryBottom; /* Upper range when compressing */ member
/external/icu4c/test/cintltst/
Dcmsccoll.c2618 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()