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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 242 #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 809 hash = (hash & UCOL_UNSAFECP_TABLE_MASK) + 256;
    [all...]
  /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 52 milliseconds