Home
last modified time | relevance | path

Searched refs:UCOL_BYTE_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ducol.cpp4699 tertiary = (uint8_t)(order & UCOL_BYTE_SIZE_MASK); in ucol_calcSortKey()
4704 secondary = (uint8_t)((order >>= 8) & UCOL_BYTE_SIZE_MASK); in ucol_calcSortKey()
4705 primary2 = (uint8_t)((order >>= 8) & UCOL_BYTE_SIZE_MASK); in ucol_calcSortKey()
5067 secondary = (uint8_t)((order >>= 8) & UCOL_BYTE_SIZE_MASK); in ucol_calcSortKeySimpleTertiary()
5068 primary2 = (uint8_t)((order >>= 8) & UCOL_BYTE_SIZE_MASK); in ucol_calcSortKeySimpleTertiary()
5744 CE = (uint8_t)(CE & UCOL_BYTE_SIZE_MASK); in ucol_nextSortKeyPart()
5829 CE = (uint8_t)(CE & UCOL_BYTE_SIZE_MASK); in ucol_nextSortKeyPart()
6179 secondary = (uint8_t)((CE >>= 8) & UCOL_BYTE_SIZE_MASK); in ucol_addLatinOneEntry()
6180 primary2 = (uint8_t)((CE >>= 8) & UCOL_BYTE_SIZE_MASK); in ucol_addLatinOneEntry()
Ducol_imp.h418 #define UCOL_BYTE_SIZE_MASK 0xFF macro