Searched refs:bestMatchLocaleTag (Results 1 – 2 of 2) sorted by relevance
993 std::string bestMatchLocaleTag = DEFAULT_LOCALE; in GetFallBack() local995 return bestMatchLocaleTag; in GetFallBack()1003 bestMatchLocaleTag = bestMatch->ToString(); in GetFallBack()1007 bestMatchLocaleTag = StrReplaceAll(bestMatchLocaleTag, "-", "_"); in GetFallBack()1008 SetBestMatchLocale(requestLocaleStr, bestMatchLocaleTag); in GetFallBack()1009 return bestMatchLocaleTag; in GetFallBack()
375 std::string bestMatchLocaleTag = ""; in GetBestMatchLocale() local383 bestMatchLocaleTag = bestMatch->ToString(); in GetBestMatchLocale()387 status = napi_create_string_utf8(env, bestMatchLocaleTag.c_str(), NAPI_AUTO_LENGTH, &result); in GetBestMatchLocale()