Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp1361 void ScreenRecoveryUI::SetLocale(const std::string& new_locale) { in SetLocale() argument
1362 locale_ = new_locale; in SetLocale()
1365 if (!new_locale.empty()) { in SetLocale()
1366 size_t separator = new_locale.find('-'); in SetLocale()
1368 std::string lang = new_locale.substr(0, separator); in SetLocale()