HomeSort by relevance Sort by last modified time
    Searched full:locales (Results 1 - 25 of 493) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/data/
icu-config.xml 10 <locales>
11 <include locales="af"/>
12 <include locales="af_NA"/>
13 <include locales="af_ZA"/>
14 <include locales="am"/>
15 <include locales="am_ET"/>
16 <include locales="ar"/>
17 <include locales="ar_AE"/>
18 <include locales="ar_BH"/>
19 <include locales="ar_DZ"/>
    [all...]
  /external/icu4c/data/
icu-config.xml 10 <locales>
11 <include locales="af"/>
12 <include locales="af_NA"/>
13 <include locales="af_ZA"/>
14 <include locales="ak"/>
15 <include locales="ak_GH"/>
16 <include locales="am"/>
17 <include locales="am_ET"/>
18 <include locales="ar"/>
19 <include locales="ar_AE"/>
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldBreakIteratorTest.java 34 Locale[] locales = BreakIterator.getAvailableLocales(); local
35 assertTrue("Array available locales is null", locales != null);
36 assertTrue("Array available locales is 0-length",
37 (locales != null && locales.length != 0));
39 for (Locale l : locales) {
  /libcore/luni/src/main/java/java/text/spi/
BreakIteratorProvider.java 47 * if locale isn't one of the locales returned from
60 * if locale isn't one of the locales returned from
73 * if locale isn't one of the locales returned from
86 * if locale isn't one of the locales returned from
DateFormatProvider.java 48 * if locale isn't one of the locales returned from
62 * if locale isn't one of the locales returned from
77 * if locale isn't one of the locales returned from
NumberFormatProvider.java 47 * if locale isn't one of the locales returned from
63 * if locale isn't one of the locales returned from
76 * if locale isn't one of the locales returned from
89 * if locale isn't one of the locales returned from
  /external/icu4c/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...]
tsdate.cpp 253 const Locale* locales = DateFormat::getAvailableLocales(count); local
254 logln((UnicodeString)"" + count + " available locales");
255 if (locales && count)
262 all += locales[i].getName();
266 else dataerrln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
272 const Locale* locales = DateFormat::getAvailableLocales(count); local
273 if (locales && count)
276 logln("quick test: testing just 3 locales!");
281 UnicodeString name = UnicodeString(locales[i].getName(), "");
283 testLocale(/*par, */locales[i], name)
    [all...]
tsnmfmt.cpp 389 const Locale* locales = NumberFormat::getAvailableLocales(count); local
390 logln((UnicodeString)"" + count + " available locales");
391 if (locales && count)
399 all += locales[i].getName();
404 dataerrln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
412 Locale* locales = (Locale*)allLocales; local
417 logln("quick test: testing just 6 locales!");
419 locales = quickLocales;
420 locales[0] = allLocales[0];
421 locales[1] = allLocales[1]
    [all...]
dtifmtts.h 40 * Stress test -- stress test formatting on 40 locales
  /frameworks/base/tests/CoreTests/android/core/
LocaleTest.java 35 * our ICU configuration is correct and contains all the needed locales and
57 * Tests some must-have locales. TODO: Add back "de". See discussion
98 // Test some must-have locales.
129 // This one makes sure we have all necessary locales installed.
133 String[] locales = new String[] { local
134 // List of locales currently required for Android.
143 for (int i = 0; i < locales.length; i++) {
144 Locale l = new Locale(locales[i].substring(0, 2), locales[i].substring(3));
148 assertEquals("Monday name for " + locales[i] + " must match"
    [all...]
  /build/target/product/
languages_full.mk 19 # mostly because screen densities interfere with the list of locales and
22 # Those are all the locales that have translations and are displayable
  /development/apps/CustomLocale/res/values-fr/
strings.xml 17 <string name="app_name">Locales Personalisées</string>
23 <string name="header_locale_list">Liste des locales</string>
  /external/chromium/third_party/icu/source/test/intltest/
tsdate.cpp 253 const Locale* locales = DateFormat::getAvailableLocales(count); local
254 logln((UnicodeString)"" + count + " available locales");
255 if (locales && count)
262 all += locales[i].getName();
266 else dataerrln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
272 const Locale* locales = DateFormat::getAvailableLocales(count); local
273 if (locales && count)
276 logln("quick test: testing just 3 locales!");
281 UnicodeString name = UnicodeString(locales[i].getName(), "");
283 testLocale(/*par, */locales[i], name)
    [all...]
tzfmttst.cpp 85 // Set up test locales
93 const Locale *LOCALES;
97 LOCALES = testLocales;
100 LOCALES = Locale::getAvailableLocales(nLocales);
116 SimpleDateFormat *sdf = new SimpleDateFormat((UnicodeString)PATTERNS[patidx], LOCALES[locidx], status);
119 PATTERNS[patidx] + " for locale " + LOCALES[locidx].getName() + " - " + u_errorName(status));
186 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
191 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
216 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx]
224 + ", locale=" + LOCALES[locidx].getName() + ", pattern=" + PATTERNS[patidx
    [all...]
tsnmfmt.cpp 389 const Locale* locales = NumberFormat::getAvailableLocales(count); local
390 logln((UnicodeString)"" + count + " available locales");
391 if (locales && count)
399 all += locales[i].getName();
404 dataerrln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
412 Locale* locales = (Locale*)allLocales; local
417 logln("quick test: testing just 6 locales!");
419 locales = quickLocales;
420 locales[0] = allLocales[0];
421 locales[1] = allLocales[1]
    [all...]
dtifmtts.h 40 * Stress test -- stress test formatting on 40 locales
  /external/icu4c/stubdata/
icu_dat_generator.py 122 def ShowMissing(whats, locales, data_dir_name, dat_file):
126 for missing in locales.difference(whats):
134 # Go through the list and generate res_index.txt for locales, brkitr,
139 locales = set()
188 locales.add(line[:end])
190 ShowMissing(brkitrs, locales, "brkitr", dat_list_file_path)
191 ShowMissing(colls, locales, "coll", dat_list_file_path)
192 ShowMissing(currs, locales, "curr", dat_list_file_path)
193 ShowMissing(langs, locales, "lang", dat_list_file_path)
194 ShowMissing(regions, locales, "region", dat_list_file_path
    [all...]
  /external/icu4c/layoutex/
plruns.cpp 215 * Construct a <code>LocaleRuns</code> object from pre-existing arrays of locales
218 * @param locales is the address of an array of locale name strings. This array,
229 ULocRuns(const char **locales, const le_int32 *limits, le_int32 count);
331 Locale **locales = LE_NEW_ARRAY(Locale *, count); local
334 locales[i] = new Locale(Locale::createFromName(localeNames[i]));
337 return (const Locale **) locales;
340 ULocRuns::ULocRuns(const char **locales, const le_int32 *limits, le_int32 count)
341 : LocaleRuns(getLocales(locales, count), limits, count), fLocaleNames(locales)
409 pl_openLocaleRuns(const char **locales,
    [all...]
  /development/apps/CustomLocale/src/com/android/customlocale/
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
71 /** List view displaying system and custom locales. */
161 // Insert all system locales
162 String[] locales = getAssets().getLocales(); local
163 for (String locale : locales) {
171 locales = null;
173 // Insert all custom locales
191 // Sort all locales by code
254 Log.d(TAG, "Remove " + pendingLocale + " from custom locales: " + customLocales)
    [all...]
  /external/chromium/third_party/icu/source/common/
servloc.h 183 * 'cover' more specific locales with more general locales that it
204 * its locales visible, and does not cover more specific
205 * locales.
211 * its locales visible, and does not cover more specific
212 * locales.
460 * Convenience override for callers using locales. This calls
467 * Convenience override for callers using locales. This calls
473 * Convenience override for callers using locales. This calls
479 * Convenience override for callers using locales. This use
    [all...]
  /external/icu4c/common/
servloc.h 183 * 'cover' more specific locales with more general locales that it
204 * its locales visible, and does not cover more specific
205 * locales.
211 * its locales visible, and does not cover more specific
212 * locales.
460 * Convenience override for callers using locales. This calls
467 * Convenience override for callers using locales. This calls
473 * Convenience override for callers using locales. This calls
479 * Convenience override for callers using locales. This use
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 103 String[] locales = getAssets().getLocales(); local
105 for (String s : locales) {
113 DeviceInfoInstrument.addResult(DeviceInfoInstrument.LOCALES,
  /external/icu4c/samples/layout/
pflow.c 114 pl_localeRuns *locales = NULL; local
143 locales = pl_openEmptyLocaleRuns(0);
168 pl_resetLocaleRuns(locales);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
216 pl_closeLocaleRuns(locales);
  /ndk/sources/cxx-stl/stlport/
README 15 C++ exceptions and RTTI. Support for wchar_t and locales is probably buggy.
57 a few tests are still failing (mostly related to wchar_t and locales).

Completed in 477 milliseconds

1 2 3 4 5 6 7 8 91011>>