Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol.cpp4564 while (count2 > UCOL_BOT_COUNT2) { in packFrench()
4565 result.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in packFrench()
4566 count2 -= (uint32_t)UCOL_BOT_COUNT2; in packFrench()
4576 while (count2 > UCOL_BOT_COUNT2) { in packFrench()
4577 result.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in packFrench()
4578 count2 -= (uint32_t)UCOL_BOT_COUNT2; in packFrench()
4789 while (count2 > UCOL_BOT_COUNT2) { in ucol_calcSortKey()
4790 … secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in ucol_calcSortKey()
4791 count2 -= (uint32_t)UCOL_BOT_COUNT2; in ucol_calcSortKey()
4913 while (count2 > UCOL_BOT_COUNT2) { in ucol_calcSortKey()
[all …]
Ducol_imp.h751 #define UCOL_BOT_COUNT2 (UCOL_TOTAL2-UCOL_TOP_COUNT2) macro
/external/icu4c/test/cintltst/
Dcmsccoll.c2605 if (*tempptr > UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2) { in TestCompressOverlap()