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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/
android-3.2.jd 16 <li><a href="#locs">Locales</a></li>
645 <h2 id="locs" style="margin-top:.75em;">Locales</h2>
649 built-in locales. In some cases, region-specific strings are available for the
650 locales. In other cases, a default version of the language is used. The
724 locales than are included in the SDK system image. All of the supported locales
  /external/chromium/build/
install-chroot.sh 253 for i in debian-keyring ubuntu-keyring locales sudo; do
258 # Configure locales
  /external/icu4c/i18n/unicode/
dcfmtsym.h 285 * be empty if there is no data from current locale and its parent locales.
294 * locales.
dtitvinf.h 95 * in locales' resource files.
113 * There are 2 dates in interval pattern. For most locales, the first date
decimfmt.h 71 * const Locale* locales = NumberFormat::getAvailableLocales(locCount);
87 * if (locales[i].getCountry(countryName).size() == 0) {
93 * form = NumberFormat::createInstance(locales[i], success ); break;
95 * form = NumberFormat::createCurrencyInstance(locales[i], success ); break;
97 * form = NumberFormat::createPercentInstance(locales[i], success ); break;
102 * cout << locales[i].getDisplayName(displayName) << ": " << pattern;
280 * thousands, but in some locales it separates ten-thousands. The <em>grouping
285 * <em>secondary grouping size</em>. In most locales these are the same, but
332 * intervals are identical in most locales, but in some
333 * locales they differ. For example, the patter
    [all...]
  /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.
  /ndk/sources/host-tools/sed-4.2.1/lib/
localcharset.c 340 /* Cygwin 2006 does not have locales. nl_langinfo (CODESET) always
391 /* But most old systems don't have a complete set of locales. Some
  /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
  /cts/tools/host/test/com/android/cts/
TestSessionLogBuilderTests.java 52 " keypad=\"qwty\" locales=\"en_US;\" navigation=\"trkball\" network=\"Android\" " +
  /external/chromium/base/i18n/
rtl.h 126 // should be passed through this function before display in UI for RTL locales.
  /external/icu4c/common/
cstring.c 35 * - with non-default casing behavior, like Turkish system locales where
locid.cpp 28 * 08/10/01 grhoten Change the static Locales to accessor functions
84 // Deleter function for Locales owned by the default Locale hash table/
218 // Add newly created Locale to the hash table of default Locales
locmap.c 309 /* This LCID is really two different locales.*/
328 /* This LCID is really four different locales.*/
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 268 int32_t localeListCount = 0; // Number of locales provided by caller.
270 // Loop runs once per locale from the localesList, a comma separated list of locales.
289 // We have one locale from the locales list.
300 // If our caller provided an empty list of locales, we disable the allowed characters checking
winnmfmt.cpp 270 // vswprintf is sensitive to the locale set by setlocale. For some locales
  /external/icu4c/test/intltest/
winnmtst.cpp 165 // vswprintf is sensitive to the locale set by setlocale. For some locales
dtfmtrtts.cpp 142 logln("DateFormat available locales: %d", locCount);
172 // installed locales
179 // special locales
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.tcc 31 // ISO C++ 14882: 22.1 Locales
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
locale.h 136 information from several different locales. Another application is
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 31 // ISO C++ 14882: 22.1 Locales
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 31 // ISO C++ 14882: 22.1 Locales
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 481 // We set the "dir" attribute of the title, so that in RTL locales, a LTR
484 // Microsoft developer network". In RTL locales, in the [New Tab] page, if
489 // http://yahoo.com is "Yahoo!". In RTL locales, in the [New Tab] page, the
  /external/icu4c/samples/cal/
cal.c 284 * in locales where the week doesn't start on Sunday.
330 for the locale (not all locales begin weeks on Sunday; in France,
368 get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months, no idea why */
  /frameworks/base/tools/localize/
localize.cpp 560 " --target LOCALE The target locale. See LOCALES below.\n"
584 "LOCALES\n"
585 "Locales are specified in the form en_US They will be processed correctly\n"

Completed in 2164 milliseconds

1 2 3 4 5 6 7 8 91011>>