Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4876 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKey()
4877 … tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKey()
4878 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKey()
4951 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKey()
4952 tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKey()
4953 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKey()
5157 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKeySimpleTertiary()
5158 … tertiaries.Append((uint8_t)(tertiaryBottom + coll->tertiaryBottomCount)); in ucol_calcSortKeySimpleTertiary()
5159 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKeySimpleTertiary()
5190 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h1055 uint8_t tertiaryBottomCount; member
/external/icu4c/test/cintltst/
Dcmsccoll.c2618 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()