Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ducol_elm.cpp675 uint8_t *htByte; in ContrEndCPSet() local
681 htByte = &table[hash>>3]; in ContrEndCPSet()
682 *htByte |= (1 << (hash & 7)); in ContrEndCPSet()
688 uint8_t *htByte; in unsafeCPSet() local
699 htByte = &table[hash>>3]; in unsafeCPSet()
700 *htByte |= (1 << (hash & 7)); in unsafeCPSet()
/external/chromium/third_party/icu/source/i18n/
Ducol_elm.cpp674 uint8_t *htByte; in ContrEndCPSet() local
680 htByte = &table[hash>>3]; in ContrEndCPSet()
681 *htByte |= (1 << (hash & 7)); in ContrEndCPSet()
687 uint8_t *htByte; in unsafeCPSet() local
698 htByte = &table[hash>>3]; in unsafeCPSet()
699 *htByte |= (1 << (hash & 7)); in unsafeCPSet()