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