Searched refs:case_first (Results 1 – 1 of 1) sorted by relevance
97 const char* case_first = nullptr; in ResolvedOptions() local101 case_first = "lower"; in ResolvedOptions()104 case_first = "upper"; in ResolvedOptions()107 case_first = "false"; in ResolvedOptions()233 isolate, options, isolate->factory()->caseFirst_string(), case_first); in ResolvedOptions()246 UColAttributeValue ToUColAttributeValue(CaseFirst case_first) { in ToUColAttributeValue() argument247 switch (case_first) { in ToUColAttributeValue()266 void SetCaseFirstOption(icu::Collator* icu_collator, CaseFirst case_first) { in SetCaseFirstOption() argument269 icu_collator->setAttribute(UCOL_CASE_FIRST, ToUColAttributeValue(case_first), in SetCaseFirstOption()352 CaseFirst case_first = maybe_case_first.FromJust(); in New() local[all …]