Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4944 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKey()
4945 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
4946 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKey()
5023 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKey()
5024 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
5025 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKey()
5231 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKeySimpleTertiary()
5232 tertiaries.appendByte(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5233 count3 -= (uint32_t)coll->tertiaryBottomCount; in ucol_calcSortKeySimpleTertiary()
5266 while (count3 > coll->tertiaryBottomCount) { in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h988 uint8_t tertiaryBottomCount; member
/external/icu4c/test/cintltst/
Dcmsccoll.c2621 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()