Searched refs:localeMatcher (Results 1 – 9 of 9) sorted by relevance
69 localeMatcher = ParseOption(options, "localeMatcher"); in ParseAllOptions()70 localeMatcher = (localeMatcher == "") ? "best fit" : localeMatcher; in ParseAllOptions()
48 localeMatcher = ParseOption(options, "localeMatcher"); in ParseAllOptions()49 if (localeMatcher == "") { in ParseAllOptions()50 localeMatcher = "best fit"; in ParseAllOptions()285 options.insert(std::pair<std::string, std::string>("localeMatcher", localeMatcher)); in ResolvedOptions()
267 localeMatcher = configs["localeMatcher"]; in ParseDigitsConfigs()390 if (!localeMatcher.empty()) { in GetDigitsResolvedOptions()391 map.insert(std::make_pair("localeMatcher", localeMatcher)); in GetDigitsResolvedOptions()450 return localeMatcher; in GetLocaleMatcher()
359 localeMatcher = configs["localeMatcher"]; in ParseConfigsPartTwo()625 if (!localeMatcher.empty()) { in GetAdditionalResolvedOptions()626 map.insert(std::make_pair("localeMatcher", localeMatcher)); in GetAdditionalResolvedOptions()
45 std::string localeMatcher; variable
48 std::string localeMatcher; variable
81 std::string localeMatcher; variable
79 std::string localeMatcher; variable
1195 std::string localeMatcher = it->second; in GetCollatorLocaleMatcher() local1196 if (localeMatcher != "lookup" && localeMatcher != "best fit") { in GetCollatorLocaleMatcher()