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

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
localefwd.h 33 // ISO C++ 14882: 22.1 Locales
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h 33 // ISO C++ 14882: 22.1 Locales
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 482 private static final Locale[] locales = new Locale[] { Locale.getDefault(), field in class:CalendarTest
640 Locale[] locales = Calendar.getAvailableLocales(); local
642 for (int i = 0; i < locales.length; i++) {
643 Locale l = locales[i];
803 for (Locale locale : locales) {
915 for (Locale locale : locales) {
961 for (Locale locale : locales) {
    [all...]
CurrencyTest.java 151 + "only defines a few locales as a must have, it was not possible"
240 // Starting CLDR 1.7 release, currency symbol for CAD changed to CA$ in some locales such as ja.
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 62 /* The locales we support */
64 static const char * LOCALES[] = {"en_AU", "en_BE", "en_CA"};
77 UCollator *coll = ucol_open(LOCALES[i], &status);
88 log_verbose("locale tested %s\n", LOCALES[i]);
131 log_err("ERROR: Different locales have different offsets at the same character\n");
150 UCollator *coll = ucol_open(LOCALES[i], &status);
164 log_verbose("locale tested %s\n", LOCALES[i]);
207 log_err("ERROR: Different locales have different offsets at the same character\n");
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 62 /* The locales we support */
64 static const char * LOCALES[] = {"en_AU", "en_BE", "en_CA"};
77 UCollator *coll = ucol_open(LOCALES[i], &status);
88 log_verbose("locale tested %s\n", LOCALES[i]);
131 log_err("ERROR: Different locales have different offsets at the same character\n");
150 UCollator *coll = ucol_open(LOCALES[i], &status);
164 log_verbose("locale tested %s\n", LOCALES[i]);
207 log_err("ERROR: Different locales have different offsets at the same character\n");
    [all...]
  /external/chromium/third_party/icu/source/data/
Makefile.in 69 LOCSRCDIR=$(SRCDATADIR)/locales
495 @echo "generating $@ (list of installed collation locales)"; \
514 @echo "generating $@ (list of installed break locales)"; \
533 @echo "generating $@ (list of installed RBNF locales)"; \
583 @echo "generating $@ (list of installed locales)"; \
  /external/icu4c/data/
Makefile 69 LOCSRCDIR=$(SRCDATADIR)/locales
488 @echo "generating $@ (list of installed collation locales)"; \
507 @echo "generating $@ (list of installed break locales)"; \
526 @echo "generating $@ (list of installed RBNF locales)"; \
576 @echo "generating $@ (list of installed locales)"; \
  /external/chromium/third_party/icu/source/test/intltest/
loctest.cpp 678 logln(UnicodeString("Number of locales returned = ") + locCount);
1168 const char** locales = localeArr; local
1406 Locale locales [] = { Locale("no", "NO"), local
    [all...]
dtfmrgts.cpp 562 other locales. */
639 /* Locale locales [] = {
667 DateFormat::FULL, locales[i]);
685 locales[i] + " is incorrectly serialized/deserialized.");
688 locales[i] + " is OKAY.");
733 * work on all locales.
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 682 logln(UnicodeString("Number of locales returned = ") + locCount);
1172 const char** locales = localeArr; local
1410 Locale locales [] = { Locale("no", "NO"), local
    [all...]
dtfmrgts.cpp 562 other locales. */
639 /* Locale locales [] = {
667 DateFormat::FULL, locales[i]);
685 locales[i] + " is incorrectly serialized/deserialized.");
688 locales[i] + " is OKAY.");
733 * work on all locales.
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
smpdtfmt.h 55 * the default patterns in the locales, he can construct a SimpleDateFormat directly
219 * [Note:] Not all locales support SimpleDateFormat; for full generality,
231 * [Note:] Not all locales support SimpleDateFormat; for full generality,
254 * [Note:] Not all locales support SimpleDateFormat; for full generality,
270 * [Note:] Not all locales support SimpleDateFormat; for full generality,
294 * [Note:] Not all locales support SimpleDateFormat; for full generality,
    [all...]
dtitvinf.h 105 * in locales' resource files.
123 * There are 2 dates in interval pattern. For most locales, the first date
  /frameworks/base/docs/html/sdk/
android-2.3.jd 17 <li><a href="#locs">Locales</a></li>
    [all...]
  /cts/tools/tradefed-host/res/result/
cts_result.xsl 117 <TD class="rowtitle">Supported Locales</TD>
120 <xsl:with-param name="string" select="TestResult/DeviceInfo/BuildInfo/@locales"/>
cts_result.xsd 69 <xs:attribute name="locales" type="xs:string"/>
  /external/chromium/third_party/icu/public/common/unicode/
ubrk.h 411 * Determine how many locales have text breaking information available.
414 * @return The number of locales for which text breaking information is available.
  /external/chromium/third_party/icu/source/test/perf/perldriver/
PerfFramework.pm 55 if($#_ >= 0) { # maybe no files/locales
66 # Outer loop runs through the locales to test
  /external/icu4c/i18n/unicode/
dtitvinf.h 95 * in locales' resource files.
113 * There are 2 dates in interval pattern. For most locales, the first date
  /external/icu4c/test/perf/perldriver/
PerfFramework.pm 55 if($#_ >= 0) { # maybe no files/locales
66 # Outer loop runs through the locales to test
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 151 * Returns an array of locales for which custom {@code DateFormatSymbols} instances
216 // Note that different locales may have the same strings, so the opposite check isn't valid.
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
NameSplitterTest.java 295 // Given-name-first flag is ignored for CJK locales
306 // Given-name-first flag is ignored for CJK locales
  /build/core/
cleanbuild.mk 120 # A change in the list of locales warrants an installclean, too.
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 52 " keypad=\"qwty\" locales=\"en_US;\" navigation=\"trkball\" network=\"Android\" " +

Completed in 1334 milliseconds

1 2 3 4 5 6 78 91011>>