Home | History | Annotate | Download | only in src

Lines Matching full:case_first

541   icu::UnicodeString case_first;
542 if (ExtractStringSetting(isolate, options, "caseFirst", &case_first)) {
543 if (case_first == UNICODE_STRING_SIMPLE("upper")) {
545 } else if (case_first == UNICODE_STRING_SIMPLE("lower")) {