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 240 #define UCOL_UNSAFECP_TABLE_MASK 0x1fff
    [all...]
ucol_elm.cpp 681 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
699 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
    [all...]
ucol.cpp 880 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
    [all...]

Completed in 23 milliseconds