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

12 3 4 5 6 7 8 91011>>

  /bionic/libc/string/
strcoll.c 32 * support locales, we assume we always use the C locale and call strcmp.
strxfrm.c 33 * Since Bionic really does not support locales, we assume we always use
  /bionic/libc/wchar/
wcscoll.c 31 * support locales, we assume we always use the C locale and call wcscmp.
  /build/target/product/
languages_small.mk 19 # mostly because screen densities interfere with the list of locales and
  /external/chromium/third_party/icu/source/test/intltest/
tsdate.h 31 * call testLocale for all locales
tsnmfmt.h 46 * call testLocale for all locales
tufmtts.cpp 36 const char* locales[] = {"en", "sl", "fr", "zh", "ar", "ru", "zh_Hant"}; local
38 locIndex < sizeof(locales)/sizeof(locales[0]);
41 Locale loc(locales[locIndex]);
48 std::cout << "locale: " << locales[locIndex] << "\n";
  /external/icu4c/data/brkitr/
brkfiles.mk 21 # locales:
  /external/icu4c/i18n/unicode/
locdspnm.h 27 * Returns display names of Locales and components of Locales. For
56 * @param dialectHandling how to select names for locales
79 // names for entire locales
  /external/icu4c/test/intltest/
tsdate.h 31 * call testLocale for all locales
tsnmfmt.h 46 * call testLocale for all locales
tufmtts.cpp 36 const char* locales[] = {"en", "sl", "fr", "zh", "ar", "ru", "zh_Hant"}; local
38 locIndex < sizeof(locales)/sizeof(locales[0]);
41 Locale loc(locales[locIndex]);
48 std::cout << "locale: " << locales[locIndex] << "\n";
  /external/webkit/WebCore/platform/text/
TextBreakIteratorInternalICU.h 24 // FIXME: Now that this handles locales for ICU, not just for text breaking,
  /libcore/luni/src/main/java/java/util/spi/
LocaleServiceProvider.java 37 * Returns all locales for which this locale service provider has localized objects or names.
  /libcore/support/src/test/java/tests/support/
Support_Locale.java 32 * Helper method to determine if given locales are available.
  /packages/apps/Settings/src/com/android/settings/
LocalePicker.java 79 String[] locales = getAssets().getLocales(); local
80 Arrays.sort(locales);
82 final int origSize = locales.length;
86 String s = locales[i];
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputLanguageSelection.java 161 String[] locales = getAssets().getLocales(); local
162 Arrays.sort(locales);
165 final int origSize = locales.length;
169 String s = locales[i];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
locale 28 // ISO C++ 14882: 22.1 Locales
  /external/icu4c/layoutex/
RunArrays.cpp 161 Locale **locales = (Locale **) fLocales; local
163 locales[index] = (Locale *) locale;
  /external/stlport/src/
stdio_streambuf.h 29 // transformation. This is true of the default locale, and of all locales
34 // then it's not a feature you need to worry about. Locales where
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 29 // transformation. This is true of the default locale, and of all locales
34 // then it's not a feature you need to worry about. Locales where
  /bionic/libc/
CAVEATS 19 - locales and wide characters are not supported. we use ICU for all this i18n stuff, which
  /external/bison/lib/
hard-locale.c 58 /* Temporarily set the locale to the "C" and "POSIX" locales
  /external/chromium/third_party/icu/source/test/cintltst/
cg7coll.h 52 /* perform test for G7 locales */
cloctst.h 51 * Test functions to test get ISO3 countries and Languages for Uninstalled locales

Completed in 5730 milliseconds

12 3 4 5 6 7 8 91011>>