HomeSort by relevance Sort by last modified time
    Searched defs:locales (Results 51 - 75 of 92) sorted by null

1 23 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
VaryingConfiguration.java 169 List<Locale> locales = mConfigChooser.getLocaleList(); local
170 for (Locale l : locales) {
Configuration.java 177 // rendering targets, the set of available locales etc, which
741 String locales[] = values[2].split(SEP_LOCALE); local
742 if (locales.length >= 2) {
743 if (locales[0].length() > 0) {
744 language = new LanguageQualifier(locales[0]);
746 if (locales[1].length() > 0) {
747 region = new RegionQualifier(locales[1]);
825 String locales[] = values[0].split(SEP_LOCALE); local
826 if (locales.length >= 2) {
827 if (locales[0].length() > 0)
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 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(); local
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 local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 480 private static final Locale[] locales = new Locale[] { Locale.getDefault(), field in class:CalendarTest
638 Locale[] locales = Calendar.getAvailableLocales(); local
640 for (int i = 0; i < locales.length; i++) {
641 Locale l = locales[i];
797 for (Locale locale : locales) {
909 for (Locale locale : locales) {
955 for (Locale locale : locales) {
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 1811 const Locale* locales = Locale::getAvailableLocales(count); local
    [all...]
regcoll.cpp 930 const Locale *locales = Locale::getAvailableLocales(localeCount); local
937 c = Collator::createInstance(locales[i], status);
944 msg += locales[i].getName();
    [all...]
icusvtst.cpp 1197 StringEnumeration* locales = service.getAvailableLocales(); local
    [all...]
loctest.cpp 685 logln(UnicodeString("Number of locales returned = ") + locCount);
1175 const char** locales = localeArr; local
1418 Locale locales [] = { Locale("no", "NO"), local
    [all...]
numrgts.cpp 1635 const Locale *locales = Locale::getAvailableLocales(count); local
    [all...]
calregts.cpp 1189 Locale locales [] = { Locale::getChinese(), Locale::getChina() }; local
    [all...]
  /external/icu4c/test/intltest/
itrbnf.cpp 1813 const Locale* locales = Locale::getAvailableLocales(count); local
    [all...]
regcoll.cpp 930 const Locale *locales = Locale::getAvailableLocales(localeCount); local
937 c = Collator::createInstance(locales[i], status);
944 msg += locales[i].getName();
    [all...]
tzfmttst.cpp 129 // Set up test locales
137 const Locale *LOCALES;
141 LOCALES = testLocales;
144 LOCALES = Locale::getAvailableLocales(nLocales);
154 SimpleDateFormat gmtFmt(UnicodeString("ZZZZ"), LOCALES[locidx], status);
164 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);
167 PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status));
231 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
236 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
245 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx
340 const Locale* locales; \/\/ Static member in struct:LocaleData
    [all...]
icusvtst.cpp 1197 StringEnumeration* locales = service.getAvailableLocales(); local
    [all...]
loctest.cpp 686 logln(UnicodeString("Number of locales returned = ") + locCount);
1196 const char** locales = localeArr; local
1439 Locale locales [] = { Locale("no", "NO"), local
    [all...]
numrgts.cpp 1639 const Locale *locales = Locale::getAvailableLocales(count); local
    [all...]
calregts.cpp 1234 Locale locales [] = { Locale::getChinese(), Locale::getChina() }; local
    [all...]
dtfmttst.cpp 4146 static const char *locales[] = { "en", "fr" }; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 480 private static final Locale[] locales = new Locale[] { Locale.getDefault(), field in class:CalendarTest
638 Locale[] locales = Calendar.getAvailableLocales(); local
640 for (int i = 0; i < locales.length; i++) {
641 Locale l = locales[i];
797 for (Locale locale : locales) {
909 for (Locale locale : locales) {
955 for (Locale locale : locales) {
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 471 Vector<String8> locales; local
478 am->getLocales(&locales);
480 const int N = locales.size();
488 jstring str = env->NewStringUTF(locales[i].string());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 565 String[] locales = mContext.getAssets().getLocales(); local
567 if ((languages == null) || (locales == null)) return null;
573 for (int j = 0; j < locales.length; j++) {
574 if (locales[j] != null && locales[j].length() >= 2 &&
575 locales[j].substring(0, 2).equals(lang)) {
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 334 List<Locale> locales = control.getCandidateLocales(baseName, targetLocale); local
335 if (locales == null) {
347 for (Locale locale : locales) {
389 || (Locale.ROOT.equals(ret.getLocale()) && (!(locales.size() == 1 && locales
806 * Returns a list of candidate locales according to {@code baseName} in
    [all...]
  /frameworks/base/tools/aapt/
Command.cpp 660 Vector<String8> locales; local
661 res.getLocales(&locales);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 930 List<Locale> locales = chooser.getLocaleList(); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c 1058 /* In that respect, we use [top] for tailoring of locales that use CJK */
3996 static const char* locales[] = { local
    [all...]

Completed in 5823 milliseconds

1 23 4