Home
last modified time | relevance | path

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

/bootable/recovery/minui/include/minui/
Dminui.h109 bool matches_locale(const std::string& prefix, const std::string& locale);
140 int res_create_localized_alpha_surface(const char* name, const char* locale,
/bootable/recovery/minui/
Dresources.cpp390 bool matches_locale(const std::string& prefix, const std::string& locale) { in matches_locale() argument
400 if (android::base::StartsWith(locale, prefix)) { in matches_locale()
409 return std::regex_match(locale, loc_regex); in matches_locale()
441 const char* locale, in res_create_localized_alpha_surface() argument
444 if (locale == nullptr) { in res_create_localized_alpha_surface()
467 if (y + 1 + h >= height || matches_locale(loc, locale)) { in res_create_localized_alpha_surface()
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java107 private void switchTo(Locale locale) { in switchTo() argument
112 config.locale = locale; in switchTo()
/bootable/recovery/
Dui.h56 virtual bool Init(const std::string& locale);
Dscreen_ui.h48 bool Init(const std::string& locale) override;
Dscreen_ui.cpp597 bool ScreenRecoveryUI::Init(const std::string& locale) { in Init() argument
598 RecoveryUI::Init(locale); in Init()
615 SetLocale(locale); in Init()