Lines Matching refs:availableLocale
86 // 2. b. Let availableLocale be BestAvailableLocale(availableLocales, noExtensionsLocale).
87 std::string availableLocale =
89 // 2. c. If availableLocale is not undefined, append locale to the end of subset.
90 if (!availableLocale.empty()) {
92 // 2. c. i. Set result.[[locale]] to availableLocale.
93 result.locale = availableLocale;
185 // b. Let availableLocale be BestAvailableLocale(availableLocales, noExtensionsLocale).
186 // c. If availableLocale is not undefined, append locale to the end of subset.
191 std::string availableLocale =
193 if (!availableLocale.empty()) {