Lines Matching defs:matcher
147 icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocales);
152 auto bestFit = matcher.getBestMatch(iter, status)->toLanguageTag<std::string>(status);
215 icu::LocaleMatcher matcher = BuildLocaleMatcher(thread, &availableLength, &status, availableLocales);
232 auto bestFit = matcher.getBestMatch(desired, status)->toLanguageTag<std::string>(status);
251 // b. Let matcher be ? GetOption(options, "localeMatcher", "string", « "lookup", "best fit" », "best fit").
252 // 2. Else, let matcher be "best fit".
257 [[maybe_unused]] LocaleMatcherOption matcher = GetOptionOfString<LocaleMatcherOption>(thread,
264 // 3. If matcher is "best fit", then
465 [[maybe_unused]] LocaleMatcherOption matcher,
468 // 1. Let matcher be options.[[localeMatcher]].
469 // 2. If matcher is "lookup" "lookup", then