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

  /external/icu4c/i18n/
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 114 milliseconds