Searched defs:htByte (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp677 uint8_t *htByte; local
683 htByte = &table[hash>>3];
684 *htByte |= (1 << (hash & 7));
690 uint8_t *htByte; local
701 htByte = &table[hash>>3];
702 *htByte |= (1 << (hash & 7));

Completed in 779 milliseconds