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

1 2 3 4 5 6 78 91011>>

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CurrencyTest.java 203 // tests what happens with improper locales, i.e. countries without the
241 // bogus Locales , when default locale is Locale_ja_JP
264 // bogus Locales , when default locale is Locale_ja_JP
  /external/icu4c/data/
cldr-icu-readme.txt 75 # If you are adding or removing locales, or specific kinds of locale data,
80 # icu/trunk/source/data/icu-config.xml - Update <locales> to add or remove
81 # CLDR locales for inclusion in ICU. Update <paths> to prefer
makedata.vcproj 151 RelativePath=".\locales\resfiles.mk"
  /external/libxslt/libxslt/
xsltlocale.c 200 /* This is based on the locales from glibc 2.3.3 */
443 * callback used to count locales
458 * callback used to track locales
  /external/stlport/src/
c_locale.h 20 * It is impossible to write the C++ locale library in terms of locales
333 * Return "true" and "false" in English locales, and something
334 * appropriate in non-English locales.
  /ndk/sources/cxx-stl/stlport/src/
c_locale.h 20 * It is impossible to write the C++ locale library in terms of locales
333 * Return "true" and "false" in English locales, and something
334 * appropriate in non-English locales.
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 333 List<Locale> locales = control.getCandidateLocales(baseName, targetLocale); local
334 if (locales == null) {
346 for (Locale locale : locales) {
388 || (Locale.ROOT.equals(ret.getLocale()) && (!(locales.size() == 1 && locales
803 * Returns a list of candidate locales according to {@code baseName} in
    [all...]
  /cts/tests/config_demo/data/result_rep/
cts_result.xsl 95 <TD class="lgreen">Supported Locales</TD>
97 <xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@locales"/>
  /external/icu4c/i18n/unicode/
numfmt.h 51 * determining which locales have number formats, and what their names
699 * Get the set of Locales for which NumberFormats are installed.
700 * @param count Output param to receive the size of the locales
727 * Return a StringEnumeration over the locales available at the time of the call,
728 * including registered locales.
729 * @return a StringEnumeration over the locales available at the time of the call
    [all...]
  /external/icu4c/layoutex/layout/
plruns.h 308 * @param locales is the address of an array of pointers to locale name strings. This
319 pl_openLocaleRuns(const char **locales,
  /external/icu4c/test/intltest/
icusvtst.cpp 1197 StringEnumeration* locales = service.getAvailableLocales(); local
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
uloc.h 38 * region, or culture. In the C APIs, a locales is simply a const char string.
84 * example, ask the <code>UNumberFormat</code> for the locales it supports
94 * locales. For example, the following refers to a locale
716 * Gets the specified locale from a list of all available locales.
722 * @return a specified locale name of all available locales
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
uloc.h 38 * region, or culture. In the C APIs, a locales is simply a const char string.
84 * example, ask the <code>UNumberFormat</code> for the locales it supports
94 * locales. For example, the following refers to a locale
716 * Gets the specified locale from a list of all available locales.
722 * @return a specified locale name of all available locales
    [all...]
  /frameworks/base/include/utils/
AssetManager.h 216 * Get the known locales for this asset manager object.
218 void getLocales(Vector<String8>* locales) const;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboard.java 195 // If application locales are explicitly selected.
271 // If application locales are explicitly selected.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 305 String locales[] = values[2].split(SEP_LOCALE); local
306 if (locales.length >= 2) {
307 if (locales[0].length() > 0) {
308 locale[0] = new LanguageQualifier(locales[0]);
310 if (locales[1].length() > 0) {
311 locale[1] = new RegionQualifier(locales[1]);
2486 String locales[] = values[0].split(SEP_LOCALE); local
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
language_switch_menu.cc 120 // there are no locales with such a thing; if there are then this solution
  /external/chromium/chrome/browser/download/
download_item_model.cc 37 // In RTL locales, we render the text "size/total" in an RTL context. This
  /external/chromium/chrome/browser/
language_combobox_model.cc 46 // the old code does not add an RTL mark for RTL locales. Make sure
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_view.cc 73 // On RTL locales, a dragged tab (when it is not attached to a tab strip)
  /external/icu4c/common/unicode/
docmain.h 92 * <td>Locales </td>
ucat.h 94 * requested locale nor any of its fallback locales were found.
  /external/icu4c/data/curr/
resfiles.mk 21 # locales:
  /external/icu4c/data/lang/
resfiles.mk 21 # locales:
  /external/icu4c/data/region/
resfiles.mk 21 # locales:

Completed in 1738 milliseconds

1 2 3 4 5 6 78 91011>>