Home
last modified time | relevance | path

Searched refs:countryOrRegionUpper (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_application_info.cpp41 std::string countryOrRegionUpper = countryOrRegion; in ChangeLocale() local
42 std::transform(countryOrRegion.begin(), countryOrRegion.end(), countryOrRegionUpper.begin(), ::tolower); in ChangeLocale()
54 resConfig->SetLocaleInfo(languageLower.c_str(), script.c_str(), countryOrRegionUpper.c_str()); in ChangeLocale()
57 SetLocale(languageLower, countryOrRegionUpper, (script.empty()) ? "" : script, ""); in ChangeLocale()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.cpp45 std::string countryOrRegionUpper = countryOrRegion; in ChangeLocale() local
46 std::transform(countryOrRegion.begin(), countryOrRegion.end(), countryOrRegionUpper.begin(), ::tolower); in ChangeLocale()
54 resConfig->SetLocaleInfo(languageLower.c_str(), script.c_str(), countryOrRegionUpper.c_str()); in ChangeLocale()
57 SetLocale(languageLower, countryOrRegionUpper, (script.empty()) ? "" : script, ""); in ChangeLocale()

Completed in 2 milliseconds