Searched refs:case_first (Results 1 – 5 of 5) sorted by relevance
73 const char* case_first = nullptr; in ResolvedOptions() local77 case_first = "lower"; in ResolvedOptions()80 case_first = "upper"; in ResolvedOptions()83 case_first = "false"; in ResolvedOptions()87 isolate, options, isolate->factory()->caseFirst_string(), case_first); in ResolvedOptions()
31 ACCESSORS(JSLocale, case_first, Object, kCaseFirstOffset);
46 DECL_ACCESSORS(case_first, Object)
1036 return locale_holder->case_first(); in BUILTIN()
1981 os << "\n - caseFirst: " << Brief(case_first()); in JSLocalePrint()