Searched refs:matcher_str (Results 1 – 1 of 1) sorted by relevance
2396 std::unique_ptr<char[]> matcher_str = nullptr; in SupportedLocales() local2400 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()