HomeSort by relevance Sort by last modified time
    Searched full:htbyte (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 675 uint8_t *htByte;
681 htByte = &table[hash>>3];
682 *htByte |= (1 << (hash & 7));
688 uint8_t *htByte;
699 htByte = &table[hash>>3];
700 *htByte |= (1 << (hash & 7));
    [all...]
ucol_imp.h 1108 uint8_t htbyte; local
    [all...]
ucol.cpp 804 uint8_t htbyte; local
811 htbyte = coll->contrEndCP[hash>>3];
812 return (((htbyte >> (hash & 7)) & 1) == 1);
    [all...]
  /external/icu4c/i18n/
ucol_elm.cpp 677 uint8_t *htByte;
683 htByte = &table[hash>>3];
684 *htByte |= (1 << (hash & 7));
690 uint8_t *htByte;
701 htByte = &table[hash>>3];
702 *htByte |= (1 << (hash & 7));
    [all...]
ucol_imp.h 1080 uint8_t htbyte; local
    [all...]
ucol.cpp 875 uint8_t htbyte; local
882 htbyte = coll->contrEndCP[hash>>3];
883 return (((htbyte >> (hash & 7)) & 1) == 1);
    [all...]

Completed in 304 milliseconds