Searched refs:locale (Results 1 – 10 of 10) sorted by relevance
57 String locale = intent.getStringExtra(EXTRA_LOCALE); in onReceive() local60 boolean is_ok = locale != null; in onReceive()61 is_ok = is_ok && (locale.length() == 2 || locale.length() == 5); in onReceive()62 if (is_ok && locale.length() >= 2) { in onReceive()63 is_ok = Character.isLetter(locale.charAt(0)) && in onReceive()64 Character.isLetter(locale.charAt(1)); in onReceive()66 if (is_ok && locale.length() == 5) { in onReceive()67 is_ok = locale.charAt(2) == '_' && in onReceive()68 Character.isLetter(locale.charAt(3)) && in onReceive()69 Character.isLetter(locale.charAt(4)); in onReceive()[all …]
134 String locale = data.getExtras().getString(NewLocaleDialog.INTENT_EXTRA_LOCALE); in onActivityResult() local135 if (locale != null && locale.length() > 0) { in onActivityResult()141 customLocales = locale; in onActivityResult()143 customLocales += CUSTOM_LOCALES_SEP + locale; in onActivityResult()153 getString(R.string.added_custom_locale_1s, locale), in onActivityResult()161 checkLocaleInList(locale); in onActivityResult()164 changeSystemLocale(locale); in onActivityResult()215 for (String locale : locales) { in setupLocaleList()216 if (locale != null && locale.length() > 0) { in setupLocaleList()217 Locale loc = new Locale(locale); in setupLocaleList()[all …]
42 public static boolean changeSystemLocale(String locale) { in changeSystemLocale() argument44 Log.d(TAG, "Change locale to: " + locale); in changeSystemLocale()53 String[] langCountry = locale.split("_"); in changeSystemLocale()57 loc = new Locale(locale); in changeSystemLocale()60 config.locale = loc; in changeSystemLocale()
59 String locale = mEditText.getText().toString(); in onClick() local63 Log.d(TAG, "New Locale: " + locale + (select ? " + select" : "")); in onClick()67 data.putExtra(INTENT_EXTRA_LOCALE, locale); in onClick()
28 import locale94 encoding = locale.getdefaultlocale()[1]
77 mEditLocale = (EditText) view.findViewById(R.id.locale); in onViewCreated()84 mEditLocale.addTextChangedListener(new TextWatcherWrapper(R.id.locale, this)); in onViewCreated()153 case R.id.locale: in onTextChanged()
166 context.getResources().getConfiguration().locale.toString()); in loadSystemValues()
44 + "locale=" + c.locale + "\n" in onCreate()
863 Indexing locale 'en_US' took 17 millis866 Indexing locale 'en_US' took 10 millis1138 Indexing locale 'en_US' took 35 millis1141 Indexing locale 'en_US' took 10 millis2149 Indexing locale 'en_US' took 60 millis2152 Indexing locale 'en_US' took 22 millis2417 Indexing locale 'en_US' took 22 millis2420 Indexing locale 'en_US' took 23 millis2706 Indexing locale 'en_US' took 42 millis2709 Indexing locale 'en_US' took 19 millis
2852 os-locale@^1.4.0:2854 …resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-1.4.0.tgz#20f9f17ae29ed345e8bde583b13…4369 os-locale "^1.4.0"