HomeSort by relevance Sort by last modified time
    Searched refs:locale (Results 626 - 650 of 2351) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
URLInputType.cpp 68 return locale().queryString(blink::WebLocalizedString::ValidationTypeMismatchForURL);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.h 38 class Locale;
67 Locale& locale; member in struct:WebCore::FINAL::LayoutParameters
75 LayoutParameters(Locale& locale, const StepRange& stepRange)
76 : locale(locale)
  /external/chromium_org/third_party/WebKit/Source/web/
ColorChooserPopupUIController.h 55 virtual WebCore::Locale& locale() OVERRIDE;
67 WebCore::Locale& m_locale;
  /external/chromium_org/third_party/icu/source/common/
ustr_imp.h 102 char locale[32]; member in struct:UCaseMap
128 const char *locale,
138 const char *locale,
151 const char *locale, uint32_t options,
  /external/chromium_org/third_party/icu/source/i18n/
currfmt.h 41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h 47 * DecimalFormatSymbols from its locale data. If you need to change any
181 * Create a DecimalFormatSymbols object for the given locale.
183 * @param locale The locale to get symbols for.
188 DecimalFormatSymbols(const Locale& locale, UErrorCode& status);
191 * Create a DecimalFormatSymbols object for the default locale.
264 * Returns the locale for which this object was constructed.
267 inline Locale getLocale() const;
270 * Returns the locale for this object. Two flavors are available
389 Locale locale; member in class:DecimalFormatSymbols
    [all...]
  /external/chromium_org/v8/test/intl/general/
mapped-locale.js 31 assertEquals('zh-TW', nf.resolvedOptions().locale);
34 assertEquals('zh-Hant-TW', nf.resolvedOptions().locale);
37 assertEquals('zh-Hant', nf.resolvedOptions().locale);
40 assertEquals('zh', nf.resolvedOptions().locale);
43 assertEquals('zh-CN', nf.resolvedOptions().locale);
46 assertEquals('zh-Hans-CN', nf.resolvedOptions().locale);
49 assertEquals('zh-Hans', nf.resolvedOptions().locale);
52 assertEquals('en-US', nf.resolvedOptions().locale);
  /external/icu4c/i18n/
currfmt.h 41 * Construct a CurrencyFormat for the given locale.
43 CurrencyFormat(const Locale& locale, UErrorCode& ec);
  /external/icu4c/i18n/unicode/
dcfmtsym.h 48 * DecimalFormatSymbols from its locale data. If you need to change any
171 * Create a DecimalFormatSymbols object for the given locale.
173 * @param locale The locale to get symbols for.
178 DecimalFormatSymbols(const Locale& locale, UErrorCode& status);
181 * Create a DecimalFormatSymbols object for the default locale.
259 * Returns the locale for which this object was constructed.
262 inline Locale getLocale() const;
265 * Returns the locale for this object. Two flavors are available
388 Locale locale; member in class:DecimalFormatSymbols
    [all...]
udateintervalformat.h 23 * in a locale-sensitive way, using a skeleton that specifies the precision and
26 * is larger than the format specified by the skeleton, a locale-specific fallback
54 * requests the locale's default time style (h or H), use 'j' instead of h or H.
84 * given locale plus a specified skeleton.
85 * @param locale
86 * The locale for whose rules should be used; may be NULL for
87 * default locale.
102 * A pointer to a UDateIntervalFormat object for the specified locale,
107 udtitvfmt_open(const char* locale,
  /external/icu4c/stubdata/
regenerate.sh 40 for locale in *.txt ; do
41 $ICU_BIN/genrb -d $ICU4C_DIR/tmp/$data_kind ../../data/$data_kind/$locale
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowConfiguration.java 3 import java.util.Locale;
27 public void setLocale( Locale l ) {
28 realConfiguration.locale = l;
  /external/stlport/src/
numpunct.cpp 20 #include <locale>
  /external/stlport/stlport/stl/
_ios.c 69 locale basic_ios<_CharT, _Traits>::imbue(const locale& __loc) {
70 locale __tmp = ios_base::imbue(__loc);
100 this->imbue(locale());
  /libcore/luni/src/main/java/java/text/
DateFormat.java 24 import java.util.Locale;
32 * <p>This class provides factories for obtaining instances configured for a specific locale.
333 * <p>Note that Android does not support user-supplied locale service providers.
335 public static Locale[] getAvailableLocales() {
350 * the DEFAULT style for the default locale.
352 * @return the {@code DateFormat} instance for the default style and locale.
360 * the specified style for the user's default locale.
361 * See "<a href="../util/Locale.html#default_locale">Be wary of the default locale</a>".
365 * locale
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
NoSubclassParser.java 25 import java.util.Locale;
51 public void setLocale(Locale locale) {
  /ndk/sources/android/support/src/musl-locale/
langinfo.c 1 #include <locale.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 10 // <locale.h>
12 #include <locale.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 14 // locale imbue(const locale& loc);
20 #include "platform_support.h" // locale name macros
77 std::locale l = ios.imbue(std::locale(LOCALE_en_US_UTF_8));
93 std::locale l = ios.imbue(std::locale(LOCALE_en_US_UTF_8));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
compare.pass.cpp 10 // <locale>
21 #include <locale>
27 #include "platform_support.h" // locale name macros
32 std::locale l(LOCALE_en_US_UTF_8);
49 std::locale l("");
66 std::locale l("C");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_pointer.pass.cpp 10 // <locale>
16 #include <locale>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/
date_order.pass.cpp 10 // <locale>
16 #include <locale>
20 #include "platform_support.h" // locale name macros
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.cons/
assign.pass.cpp 10 // <locale>
12 // const locale& operator=(const locale& other) throw();
14 #include <locale>
18 #include "platform_support.h" // locale name macros
34 void check(const std::locale& loc)
72 std::locale loc(LOCALE_ru_RU_UTF_8);
73 std::locale loc2;
copy.pass.cpp 10 // <locale>
12 // locale(const locale& other) throw();
14 #include <locale>
18 #include "platform_support.h" // locale name macros
34 void check(const std::locale& loc)
72 std::locale loc(LOCALE_fr_FR_UTF_8);
73 std::locale loc2 = loc;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 10 // <locale>
15 #include <locale>

Completed in 1691 milliseconds

<<21222324252627282930>>