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

  /external/icu/icu4c/source/i18n/
usrchimp.h 35 #define UCOL_PRIMARYORDER(order) (((order) >> 16) & 0xffff)
usearch.cpp 87 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
91 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 414 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT)
    [all...]
usearch.cpp 95 // the old value UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_ does not work
99 return UCOL_PRIMARYORDER(ce) % MAX_TABLE_SIZE_;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c     [all...]

Completed in 233 milliseconds