Searched refs:UCOL_COMMON_BOT2 (Results 1 – 4 of 4) sorted by relevance
734 #define UCOL_COMMON_BOT2 UCOL_BYTE_COMMON macro736 #define UCOL_TOTAL2 (UCOL_COMMON_TOP2-UCOL_COMMON_BOT2-1) 754 #define UCOL_COMMON2 UCOL_COMMON_BOT2
525 if(low >= (UCOL_COMMON_BOT2<<24) && low < (uint32_t)(UCOL_COMMON_TOP2<<24)) { in ucol_getCEGenerator()528 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24)) { in ucol_getCEGenerator()531 if(low < (UCOL_COMMON_BOT2<<24)) { in ucol_getCEGenerator()
4565 result.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in packFrench()4568 result.Append((uint8_t)(UCOL_COMMON_BOT2 + (count2-1))); in packFrench()4577 result.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in packFrench()4580 result.Append((uint8_t)(UCOL_COMMON_BOT2 + (count2-1))); in packFrench()4790 … secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in ucol_calcSortKey()4793 secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + (count2-1))); in ucol_calcSortKey()4914 secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in ucol_calcSortKey()4917 secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + (count2-1))); in ucol_calcSortKey()5123 secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2)); in ucol_calcSortKeySimpleTertiary()5126 secondaries.Append((uint8_t)(UCOL_COMMON_BOT2 + (count2-1))); in ucol_calcSortKeySimpleTertiary()[all …]
2605 if (*tempptr > UCOL_COMMON_BOT2 + UCOL_BOT_COUNT2) { in TestCompressOverlap()