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

  /external/icu4c/tools/dumpce/
dumpce.cpp 195 if (UCOL_PRIMARYORDER(ce) != 0) {
196 fprintf(f, "%04x", UCOL_PRIMARYORDER(ce));
    [all...]
  /external/icu4c/i18n/
bmsearch.cpp 460 return UCOL_PRIMARYORDER(ce) % HASH_TABLE_SIZE;
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/icu4c/test/cintltst/
citertst.c     [all...]

Completed in 581 milliseconds