Searched refs:tertiaryBottomCount (Results 1 – 3 of 3) sorted by relevance
4944 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 …]
988 uint8_t tertiaryBottomCount; member
2621 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()