Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4723 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKey() local
4936 … *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
4939 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKey()
5122 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
5125 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKey()
5324 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKeySimpleTertiary() local
5446 … *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5449 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKeySimpleTertiary()
5545 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5548 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h1005 uint8_t tertiaryBottom; /* Upper range when compressing */ member
/external/chromium/third_party/icu/source/i18n/
Ducol.cpp4900 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKey() local
5113 … *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
5116 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKey()
5294 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKey()
5297 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKey()
5521 uint8_t tertiaryBottom = coll->tertiaryBottom; in ucol_calcSortKeySimpleTertiary() local
5643 … *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5646 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKeySimpleTertiary()
5737 *tertiaries++ = (uint8_t)(tertiaryBottom + coll->tertiaryBottomCount); in ucol_calcSortKeySimpleTertiary()
5740 *tertiaries++ = (uint8_t)(tertiaryBottom + (count3-1)); in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h978 uint8_t tertiaryBottom; /* Upper range when compressing */ member
/external/icu4c/test/cintltst/
Dcmsccoll.c2585 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()
/external/chromium/third_party/icu/source/test/cintltst/
Dcmsccoll.c2581 if (*tempptr > coll->tertiaryBottom + coll->tertiaryBottomCount) { in TestCompressOverlap()