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

  /external/icu4c/i18n/
ucol_imp.h 252 #define UCOL_UNSAFECP_TABLE_MASK 0x1fff
    [all...]
ucol_elm.cpp 679 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
697 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
    [all...]
ucol.cpp 855 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
    [all...]

Completed in 28 milliseconds