Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/src/
Dplural_rules.cpp69 localeMatcher = ParseOption(options, "localeMatcher"); in ParseAllOptions()
70 localeMatcher = (localeMatcher == "") ? "best fit" : localeMatcher; in ParseAllOptions()
Dcollator.cpp48 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()
Dnumber_format.cpp267 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()
Ddate_time_format.cpp359 localeMatcher = configs["localeMatcher"]; in ParseConfigsPartTwo()
625 if (!localeMatcher.empty()) { in GetAdditionalResolvedOptions()
626 map.insert(std::make_pair("localeMatcher", localeMatcher)); in GetAdditionalResolvedOptions()
/base/global/i18n/frameworks/intl/include/
Dplural_rules.h45 std::string localeMatcher; variable
Dcollator.h48 std::string localeMatcher; variable
Dnumber_format.h81 std::string localeMatcher; variable
Ddate_time_format.h79 std::string localeMatcher; variable
/base/global/i18n/interfaces/js/kits/src/
Dintl_addon.cpp1195 std::string localeMatcher = it->second; in GetCollatorLocaleMatcher() local
1196 if (localeMatcher != "lookup" && localeMatcher != "best fit") { in GetCollatorLocaleMatcher()