Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4743 uint8_t tertiaryTop = coll->tertiaryTop; in ucol_calcSortKey() local
4939 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount); in ucol_calcSortKey()
4942 tertiaries.appendByte(tertiaryTop - (count3-1)); in ucol_calcSortKey()
5018 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount); in ucol_calcSortKey()
5021 tertiaries.appendByte(tertiaryTop - count3); in ucol_calcSortKey()
5113 uint8_t tertiaryTop = coll->tertiaryTop; in ucol_calcSortKeySimpleTertiary() local
5226 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount); in ucol_calcSortKeySimpleTertiary()
5229 tertiaries.appendByte(tertiaryTop - (count3-1)); in ucol_calcSortKeySimpleTertiary()
5261 tertiaries.appendByte(tertiaryTop - coll->tertiaryTopCount); in ucol_calcSortKeySimpleTertiary()
5264 tertiaries.appendByte(tertiaryTop - count3); in ucol_calcSortKeySimpleTertiary()
[all …]
Ducol_imp.h985 uint8_t tertiaryTop; /* Upper range when compressing */ member
/external/icu4c/test/cintltst/
Dcmsccoll.c2594 if (*tempptr < coll->tertiaryTop - coll->tertiaryTopCount) { in TestCompressOverlap()