Lines Matching refs:localeMatcher
266 GetOptionValue(env, options, "localeMatcher", map);
273 GetOptionValue(env, options, "localeMatcher", map);
565 GetOptionValue(env, options, "localeMatcher", map);
1098 SetOptionProperties(env, result, options, "localeMatcher");
1137 SetOptionProperties(env, result, options, "localeMatcher");
1168 GetOptionValue(env, options, "localeMatcher", map);
1169 auto it = map.find("localeMatcher");
1171 std::string localeMatcher = it->second;
1172 if (localeMatcher != "lookup" && localeMatcher != "best fit") {
1173 HILOG_ERROR_I18N("invalid localeMatcher");
1177 map.insert(std::make_pair("localeMatcher", "best fit"));
1564 SetOptionProperties(env, result, options, "localeMatcher");