/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreviewMode.java | 26 /** Preview all the locales */ 27 LOCALES,
|
RenderPreviewManager.java | 930 List<Locale> locales = chooser.getLocaleList(); local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
tzfmttst.cpp | 86 // Set up test locales 94 const Locale *LOCALES; 98 LOCALES = testLocales; 101 LOCALES = Locale::getAvailableLocales(nLocales); 117 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status); 120 PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status)); 187 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] 192 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] 217 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx] 225 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx 246 const Locale* locales; \/\/ Static member in struct:LocaleData [all...] |
dtfmapts.cpp | 72 const char *LOCALES[] = { 81 DateFormat *df = DateFormat::createDateTimeInstance(DateFormat::kMedium, DateFormat::kMedium, Locale(LOCALES[i])); 214 const Locale *locales = DateFormat::getAvailableLocales(count); local 215 logln((UnicodeString) "Got " + count + " locales" ); 218 name = locales[i].getName();
|
/external/chromium_org/third_party/icu/source/test/perf/normperf/ |
dtfmtrtperf.h | 113 // Set up test locales 140 const Locale *LOCALES; 141 LOCALES = testLocales; 152 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status); 155 // PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(*status));
|
/external/icu4c/test/perf/normperf/ |
dtfmtrtperf.h | 113 // Set up test locales 140 const Locale *LOCALES; 141 LOCALES = testLocales; 152 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], *status); 155 // PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(*status));
|
/external/icu4c/test/intltest/ |
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...] |
dtfmapts.cpp | 72 const char *LOCALES[] = { 81 DateFormat *df = DateFormat::createDateTimeInstance(DateFormat::kMedium, DateFormat::kMedium, Locale(LOCALES[i])); 214 const Locale *locales = DateFormat::getAvailableLocales(count); local 215 logln((UnicodeString) "Got " + count + " locales" ); 218 name = locales[i].getName();
|
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoConstants.java | 37 public static final String LOCALES = "locales";
|
DeviceInfoActivity.java | 172 String[] locales = getAssets().getLocales(); local 174 for (String s : locales) { 182 DeviceInfoInstrument.addResult(DeviceInfoConstants.LOCALES,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
ConfigurationMenuListener.java | 22 import static com.android.ide.eclipse.adt.internal.editors.layout.gle2.RenderPreviewMode.LOCALES; 175 MenuItem localeItem = create(menu, "Preview All Locales", 177 LOCALES), SWT.RADIO, mode == LOCALES);
|
LocaleMenuListener.java | 81 List<Locale> locales = chooser.getLocaleList(); local 84 for (Locale locale : locales) { 101 if (locales.size() > 1) { 106 "Preview All Locales", chooser, RenderPreviewMode.LOCALES);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 65 /* The locales we support */ 67 static const char * LOCALES[] = {"en_AU", "en_BE", "en_CA"}; 80 UCollator *coll = ucol_open(LOCALES[i], &status); 91 log_verbose("locale tested %s\n", LOCALES[i]); 134 log_err("ERROR: Different locales have different offsets at the same character\n"); 153 UCollator *coll = ucol_open(LOCALES[i], &status); 167 log_verbose("locale tested %s\n", LOCALES[i]); 210 log_err("ERROR: Different locales have different offsets at the same character\n"); [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 65 /* The locales we support */ 67 static const char * LOCALES[] = {"en_AU", "en_BE", "en_CA"}; 80 UCollator *coll = ucol_open(LOCALES[i], &status); 91 log_verbose("locale tested %s\n", LOCALES[i]); 134 log_err("ERROR: Different locales have different offsets at the same character\n"); 153 UCollator *coll = ucol_open(LOCALES[i], &status); 167 log_verbose("locale tested %s\n", LOCALES[i]); 210 log_err("ERROR: Different locales have different offsets at the same character\n"); [all...] |