Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp335 locale_(""), in ScreenRecoveryUI()
578 std::string saved_locale = locale_; in CheckBackgroundTextImages()
820 if (auto result = res_create_localized_alpha_surface(filename.c_str(), locale_.c_str(), &surface); in LoadLocalizedBitmap()
922 return locale_; in GetLocale()
1317 locale_ = new_locale; in SetLocale()
/bootable/recovery/recovery_ui/include/recovery_ui/
Dscreen_ui.h399 std::string locale_; variable