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

  /external/icu/icu4c/source/i18n/
usrchimp.h 37 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK)
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 353 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16;
362 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16;
370 lh->gapsLo[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16;
375 lh->gapsHi[2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16;
414 //lh->gapsHi[3*st+2] = (UCOL_TERTIARYORDER(t1)) << 24 | (UCOL_TERTIARYORDER(t2)) << 16
    [all...]
ucol_imp.h 416 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 203 if (UCOL_TERTIARYORDER(ce) != 0) {
204 fprintf(f, " %02x", UCOL_TERTIARYORDER(ce));
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c     [all...]

Completed in 60 milliseconds