Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4553 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKey() local
4761 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
4764 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKey()
4934 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
4937 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKey()
5133 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKeySimpleTertiary() local
5255 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5258 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKeySimpleTertiary()
5350 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5353 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h925 uint8_t tertiaryBottom; /* Upper range when compressing */ member
/external/icu4c/test/cintltst/
Dcmsccoll.c2545 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()