HomeSort by relevance Sort by last modified time
    Searched refs:new_locale (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
locale.cpp 186 locale_t uselocale(locale_t new_locale) {
194 if (new_locale != nullptr) {
195 *get_current_locale_ptr() = new_locale;
  /development/apps/CustomLocale/src/com/android/customlocale2/
NewLocaleDialog.java 47 setContentView(R.layout.new_locale);
  /bootable/recovery/recovery_ui/
screen_ui.cpp     [all...]
  /external/python/cpython3/Python/
pylifecycle.c 490 const char *new_locale = setlocale(LC_CTYPE, local
492 if (new_locale != NULL) {
499 new_locale = NULL;
    [all...]
  /external/v8/src/objects/
intl-objects.cc 908 icu::Locale new_locale = icu::Locale::createCanonical(icu_locale.c_str()); local
    [all...]

Completed in 482 milliseconds