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

  /external/icu/icu4c/source/i18n/
usrchimp.h 26 #define UCOL_TERTIARYORDERMASK 0x000000ff
37 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK)
usearch.cpp 74 return UCOL_TERTIARYORDERMASK | UCOL_SECONDARYORDERMASK |
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
colldata.cpp 58 strengthMask |= UCOL_TERTIARYORDERMASK;
ssearch.cpp 370 strengthMask |= UCOL_TERTIARYORDERMASK;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 400 #define UCOL_TERTIARYORDERMASK 0x000000ff
416 #define UCOL_TERTIARYORDER(order) ((order) & UCOL_TERTIARYORDERMASK)
    [all...]
ucoleitr.cpp 623 strengthMask |= UCOL_TERTIARYORDERMASK;
usearch.cpp 82 return UCOL_TERTIARYORDERMASK | UCOL_SECONDARYORDERMASK |
    [all...]
  /external/icu/icu4c/source/test/intltest/
colldata.cpp 60 strengthMask |= UCOL_TERTIARYORDERMASK;
ssearch.cpp 370 strengthMask |= UCOL_TERTIARYORDERMASK;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c     [all...]

Completed in 126 milliseconds