Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_imp.h993 uint8_t htbyte; in ucol_unsafeCP() local
1008 htbyte = coll->unsafeCP[hash>>3]; in ucol_unsafeCP()
1009 return (((htbyte >> (hash & 7)) & 1) == 1); in ucol_unsafeCP()
Ducol.cpp662 uint8_t htbyte; in ucol_contractionEndCP() local
666 htbyte = coll->contrEndCP[hash>>3]; in ucol_contractionEndCP()
667 return (((htbyte >> (hash & 7)) & 1) == 1); in ucol_contractionEndCP()