Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dintl-objects.cc2396 std::unique_ptr<char[]> matcher_str = nullptr; in SupportedLocales() local
2400 matcher_values, service.c_str(), &matcher_str); in SupportedLocales()
2403 DCHECK_NOT_NULL(matcher_str.get()); in SupportedLocales()
2404 if (strcmp(matcher_str.get(), "lookup") == 0) { in SupportedLocales()