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

  /external/icu/icu4c/source/i18n/
collationsettings.h 62 static const int32_t UPPER_FIRST = 0x100;
68 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
76 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
collationcompare.cpp 242 if((options & CollationSettings::UPPER_FIRST) == 0) {
collationkeys.cpp 417 if((options & CollationSettings::UPPER_FIRST) == 0) {
486 } else if((options & CollationSettings::UPPER_FIRST) == 0) {
collationfastlatin.cpp 312 if((options & CollationSettings::UPPER_FIRST) == 0) {
664 if((options & CollationSettings::UPPER_FIRST) == 0) {
    [all...]

Completed in 75 milliseconds