Home | History | Annotate | Download | only in customlocale2

Lines Matching refs:locales

49  * Displays the list of system locales as well as maintain a custom list of user
50 * locales. The user can select a locale and apply it or it can create or remove
70 /** List view displaying system and custom locales. */
213 // Insert all system locales
214 String[] locales = getAssets().getLocales();
215 for (String locale : locales) {
221 locales = null;
223 // Insert all custom locales
238 // Sort all locales by code
323 // Enable the remove button only for custom locales and set the tag to the locale
384 Log.d(TAG, "Remove " + localeToRemove + " from custom locales: " + oldLocales);