HomeSort by relevance Sort by last modified time
    Searched full:locales (Results 201 - 225 of 532) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/data/zone/
resfiles.mk 21 # locales:
  /external/icu4c/test/cintltst/
ccurrtst.c 110 log_verbose("Testing currency of all locales\n");
citertst.c 63 /* The locales we support */
65 static const char * LOCALES[] = {"en_AU", "en_BE", "en_CA"};
78 UCollator *coll = ucol_open(LOCALES[i], &status);
89 log_verbose("locale tested %s\n", LOCALES[i]);
132 log_err("ERROR: Different locales have different offsets at the same character\n");
151 UCollator *coll = ucol_open(LOCALES[i], &status);
165 log_verbose("locale tested %s\n", LOCALES[i]);
208 log_err("ERROR: Different locales have different offsets at the same character\n");
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.h 144 * Test the formatting of dates in different locales.
loctest.cpp 685 logln(UnicodeString("Number of locales returned = ") + locCount);
1175 const char** locales = localeArr; local
1418 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/stlport/doc/
README.wince 73 locales are missing completely.
  /frameworks/base/media/libmedia/
MediaScannerClient.cpp 53 // assume traditional for non-mainland Chinese locales (Taiwan, Hong Kong, Singapore)
  /ndk/sources/host-tools/sed-4.2.1/m4/
locale-ja.m4 50 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales
  /packages/apps/CellBroadcastReceiver/res/values-fr/
strings.xml 63 <string name="enable_channel_50_alerts_summary" msgid="7507770011325273009">"Au Brésil, les dernières informations locales sont diffusées sur la chaîne 50."</string>
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 91 // lang-country is currently only supported for a small number of locales
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 37 * It should be the base class for other locales' implementation.
PostalSplitter.java 89 // TODO: split off to handle various locales
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.tcc 110 // Locales:
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
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 110 // Locales:
localefwd.h 33 // ISO C++ 14882: 22.1 Locales
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_ios.tcc 110 // Locales:
localefwd.h 33 // ISO C++ 14882: 22.1 Locales
  /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...]
  /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...]
  /external/icu4c/i18n/unicode/
ucol.h 39 * Collation service provides correct sorting orders for most locales supported in ICU.
223 * for most locales (except Japanese) is tertiary. Quaternary strength
263 * Special values for locales can be passed in -
601 * Determine how many locales have collation rules available.
604 * @return The number of locales for which collation rules are available.
613 * Create a string enumerator of all locales for which a valid
675 * collation service. If two locales return the same result, then
676 * collators instantiated for these locales will behave
681 * between the two locales. This is intended for use by
686 * Locales and Services</a> section of the ICU User Guide
    [all...]
  /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)"; \
  /frameworks/base/docs/html/sdk/
android-2.3.jd 17 <li><a href="#locs">Locales</a></li>
    [all...]

Completed in 2450 milliseconds

1 2 3 4 5 6 7 891011>>