Home
last modified time | relevance | path

Searched refs:case_first (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-collator.cc97 const char* case_first = nullptr; in ResolvedOptions() local
101 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() argument
247 switch (case_first) { in ToUColAttributeValue()
266 void SetCaseFirstOption(icu::Collator* icu_collator, CaseFirst case_first) { in SetCaseFirstOption() argument
269 icu_collator->setAttribute(UCOL_CASE_FIRST, ToUColAttributeValue(case_first), in SetCaseFirstOption()
352 CaseFirst case_first = maybe_case_first.FromJust(); in New() local
[all …]