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

  /external/chromium_org/third_party/icu/source/i18n/
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...]

Completed in 43 milliseconds