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

1 23 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
locale 28 // ISO C++ 14882: 22.1 Locales
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 162 // locales.
196 // Add all parents of the current locale to the available locales set.
211 // Enumerate all supplied locales in the extension.
212 file_util::FileEnumerator locales(locale_path,
216 while (!(locale_folder = locales.Next()).empty()) {
266 // Order locales to load as current_locale, first_parent, ..., default_locale.
274 // Skip all parent locales that are not supplied.
  /libcore/luni/src/test/java/tests/api/java/util/
LocaleTest.java 124 assertTrue("Different locales returned true", !testLocale.equals(l));
135 // Assumes there will generally be about 10+ available locales...
138 Locale[] locales = Locale.getAvailableLocales(); local
139 assertTrue("Wrong number of locales: " + locales.length, locales.length > 10);
141 // HashSet can filter duplicate locales
142 Set<Locale> localesSet = new HashSet<Locale>(Arrays.asList(locales));
143 assertEquals(localesSet.size(), locales.length);
432 // These locales are not part of the android reference imp
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/languageswitcher/
InputLanguageSelection.java 100 // If some locales have no layout but have a same dictionary, the shortest locale
213 String[] locales = getAssets().getLocales(); local
214 Arrays.sort(locales);
217 final int origSize = locales.length;
221 String s = locales[i];
  /packages/apps/Settings/src/com/android/settings/
UserDictionarySettings.java 64 // Either the locale is empty (means the word is applicable to all locales)
168 // - The empty string. This means we want a cursor returning words valid for all locales.
171 // locales" and there should never be an empty string. The confusion is called by the
172 // historical use of null for "all locales".
175 // can be guaranteed not to match locales that may exist.
283 // TODO: present UI for picking whether to add word to all locales, or current.
  /external/chromium/chrome/common/extensions/docs/static/
i18n.html 85 You can use any of the <a href="#overview-locales">supported locales</a>.
293 <h2 id="overview-locales">Locales</h2>
296 You can choose from many locales,
303 <h3 id="locales-supported">Supported locales</h3>
307 <a href="http://code.google.com/chrome/webstore/docs/i18n.html#localeTable">locales that the Chrome Web Store supports</a>.
311 <h3 id="locales-usage">How extensions find strings</h3>
355 the message named "colores" is in all three locales
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LocaleTest.java 89 assertTrue("Different locales returned true", !testLocale.equals(l));
99 // Assumes there will generally be about 100+ available locales...
100 Locale[] locales = Locale.getAvailableLocales(); local
101 assertTrue("Wrong number of locales: ", locales.length > 100);
103 // HashSet can filter duplicate locales
104 Set<Locale> localesSet = new HashSet<Locale>(Arrays.asList(locales));
106 assertTrue(localesSet.size() <= locales.length);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 45 Locale[] locales = DateFormat.getAvailableLocales(); local
46 assertTrue("No locales", locales.length > 0);
48 for (int i = locales.length; --i >= 0;) {
49 if (locales[i].equals(Locale.ENGLISH))
51 if (locales[i].equals(Locale.GERMAN))
54 DateFormat.SHORT, locales[i]);
58 assertTrue("Missing locales", english && german);
  /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
  /bionic/libc/string/
strxfrm.c 33 * Since Bionic really does not support locales, we assume we always use
  /external/bison/lib/
hard-locale.c 58 /* Temporarily set the locale to the "C" and "POSIX" locales
  /external/chromium/net/ftp/
ftp_util.h 31 // Note: in some locales abbreviations are more than three letters long,
  /external/icu4c/data/brkitr/
brkfiles.mk 21 # locales:
  /external/icu4c/samples/ufortune/resources/
Makefile 44 # Resource files. Add new ones for additional locales here.
  /external/icu4c/stubdata/
Android.mk 28 # 'default' (icudt46l-default.txt) includes all the most-used locales,
  /external/icu4c/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
  /libcore/luni/src/main/java/java/text/spi/
CollatorProvider.java 46 * if locale isn't one of the locales returned from
DateFormatSymbolsProvider.java 46 * if locale isn't one of the locales returned from
DecimalFormatSymbolsProvider.java 46 * if locale isn't one of the locales returned from
  /sdk/eclipse/
dictionary.txt 142 locales
  /external/icu4c/common/unicode/
brkiter.h 300 * used; neither the requested locale nor any of its fall back locales
324 * used; neither the requested locale nor any of its fall back locales
346 * used; neither the requested locale nor any of its fall back locales
367 * used; neither the requested locale nor any of its fall back locales
392 * used; neither the requested locale nor any of its fall back locales
401 * Get the set of Locales for which TextBoundaries are installed.
402 * <p><b>Note:</b> this will not return locales added through the register
403 * call. To see the registered locales too, use the getAvailableLocales
406 * @return available locales
494 * Return a StringEnumeration over the locales available at the time of the call
    [all...]

Completed in 2274 milliseconds

1 23 4 5 6 7 8 91011>>