Searched refs:htbyte (Results 1 – 2 of 2) sorted by relevance
993 uint8_t htbyte; in ucol_unsafeCP() local1008 htbyte = coll->unsafeCP[hash>>3]; in ucol_unsafeCP()1009 return (((htbyte >> (hash & 7)) & 1) == 1); in ucol_unsafeCP()
662 uint8_t htbyte; in ucol_contractionEndCP() local666 htbyte = coll->contrEndCP[hash>>3]; in ucol_contractionEndCP()667 return (((htbyte >> (hash & 7)) & 1) == 1); in ucol_contractionEndCP()