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

  /external/chromium_org/third_party/icu/source/i18n/
bmsearch.cpp 137 strengthMask |= UCOL_PRIMARYORDERMASK;
203 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
205 order &= UCOL_PRIMARYORDERMASK;
252 if (toShift && variableTop > order && (order & UCOL_PRIMARYORDERMASK) != 0) {
254 order &= UCOL_PRIMARYORDERMASK;
colldata.cpp 77 strengthMask |= UCOL_PRIMARYORDERMASK;
92 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
94 order &= UCOL_PRIMARYORDERMASK;
ucol_imp.h 398 #define UCOL_PRIMARYORDERMASK 0xffff0000
416 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT)
    [all...]
ucoleitr.cpp 631 strengthMask |= UCOL_PRIMARYORDERMASK;
usearch.cpp 78 return UCOL_PRIMARYORDERMASK;
80 return UCOL_SECONDARYORDERMASK | UCOL_PRIMARYORDERMASK;
83 UCOL_PRIMARYORDERMASK;
168 sourcece &= UCOL_PRIMARYORDERMASK;
    [all...]
  /external/icu4c/test/intltest/
colldata.cpp 66 strengthMask |= UCOL_PRIMARYORDERMASK;
76 if (toShift && variableTop > (uint32_t)order && (order & UCOL_PRIMARYORDERMASK) != 0) {
78 order &= UCOL_PRIMARYORDERMASK;
ssearch.cpp 378 strengthMask |= UCOL_PRIMARYORDERMASK;
    [all...]
  /external/icu4c/i18n/
ucol_imp.h 396 #define UCOL_PRIMARYORDERMASK 0xffff0000
414 #define UCOL_PRIMARYORDER(order) (((order) & UCOL_PRIMARYORDERMASK)>> UCOL_PRIMARYORDERSHIFT)
    [all...]
ucoleitr.cpp 631 strengthMask |= UCOL_PRIMARYORDERMASK;
usearch.cpp 78 return UCOL_PRIMARYORDERMASK;
80 return UCOL_SECONDARYORDERMASK | UCOL_PRIMARYORDERMASK;
83 UCOL_PRIMARYORDERMASK;
168 sourcece &= UCOL_PRIMARYORDERMASK;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c     [all...]
  /external/icu4c/test/cintltst/
citertst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp 729 strengthMask |= UCOL_PRIMARYORDERMASK;
    [all...]

Completed in 642 milliseconds