Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_imp.h240 #define UCOL_UNSAFECP_TABLE_MASK 0x1fff macro
1093 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256; in ucol_unsafeCP()
Ducol_elm.cpp681 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256; in ContrEndCPSet()
699 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256; in unsafeCPSet()
Ducol.cpp880 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256; in ucol_contractionEndCP()