Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-collator.cc312 std::unique_ptr<char[]> collation_str = nullptr; in New() local
315 isolate, options, "collation", empty_values, service, &collation_str); in New()
318 if (maybe_collation.FromJust() && collation_str != nullptr) { in New()
321 if (!JSLocale::Is38AlphaNumList(collation_str.get())) { in New()
327 collation_str.get())), in New()
378 if (collation_str != nullptr) { in New()
381 co_extension_it->second != collation_str.get()) { in New()
408 if (collation_str != nullptr && in New()
409 Intl::IsValidCollation(icu_locale, collation_str.get())) { in New()
410 icu_locale.setUnicodeKeywordValue("co", collation_str.get(), status); in New()