HomeSort by relevance Sort by last modified time
    Searched refs:locale (Results 451 - 475 of 1427) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/i18n/
ucol_imp.h 57 class Locale;
66 static const CollationTailoring *loadTailoring(const Locale &locale, Locale &validLocale,
  /external/icu/icu4c/source/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.
278 * Returns the locale for which this object was constructed.
281 inline Locale getLocale() const;
284 * Returns the locale for this object. Two flavors are available
408 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/libcxx/test/depr/depr.c.headers/
locale_h.pass.cpp 10 // <locale.h>
12 #include <locale.h>
  /external/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));
  /external/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");
  /external/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_pointer.pass.cpp 10 // <locale>
16 #include <locale>
  /external/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
  /external/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;
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp 10 // <locale>
15 #include <locale>
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_codecvt.pass.cpp 10 // <locale>
16 #include <locale>
from_bytes.pass.cpp 10 // <locale>
19 #include <locale>
to_bytes.pass.cpp 10 // <locale>
19 #include <locale>
types.pass.cpp 10 // <locale>
23 #include <locale>
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 53 static String extractLanguageCode(const String& locale)
55 size_t dashPosition = locale.find('-');
57 return locale;
58 return locale.left(dashPosition);
121 static LCID LCIDFromLocaleInternal(LCID userDefaultLCID, const String& userDefaultLanguageCode, LocaleNameToLCIDPtr localeNameToLCID, const String& locale)
123 String localeLanguageCode = extractLanguageCode(locale);
126 return localeNameToLCID(locale.charactersWithNullTermination().data(), 0);
129 static LCID LCIDFromLocale(const String& locale, bool defaultsForLocale)
142 LCID lcid = LCIDFromLocaleInternal(LOCALE_USER_DEFAULT, userDefaultLanguageCode, localeNameToLCID, locale);
148 PassOwnPtr<Locale> Locale::create(const String& locale
    [all...]
  /bootable/recovery/
screen_ui.h 32 void SetLocale(const char* locale);
66 const char* locale; member in class:ScreenRecoveryUI
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 24 import java.util.Locale;
36 protected Locale fLocale = Locale.getDefault();
48 * Set the Locale object to use.
50 * @param locale non-null reference to Locale object.
52 public void setLocale(Locale locale)
54 fLocale = locale;
58 * Get the Locale object that is being used
    [all...]
  /external/chromium_org/components/language_usage_metrics/
language_usage_metrics.cc 40 int LanguageUsageMetrics::ToLanguageCode(const std::string& locale) {
41 base::StringTokenizer parts(locale, "-_");
  /external/chromium_org/components/translate/core/browser/
translate_browser_metrics.cc 67 void ReportLocalesOnDisabledByPrefs(const std::string& locale) {
70 language_usage_metrics::LanguageUsageMetrics::ToLanguageCode(locale));
translate_download_manager.h 38 // The application locale.
41 void set_application_locale(const std::string& locale) {
42 application_locale_ = locale;
  /external/chromium_org/components/user_manager/
user_manager.cc 37 const std::string& locale)
38 : display_name_(display_name), given_name_(given_name), locale_(locale) {
  /external/chromium_org/ppapi/proxy/
pdf_resource.h 30 // For unittesting with a given locale.
31 void SetLocaleForTest(const std::string& locale) {
32 locale_ = locale;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroid.cpp 51 if (!fontDescription.locale().isEmpty()) {
52 fontLocale = fontDescription.locale().ascii();
  /external/chromium_org/third_party/icu/source/common/
ucat.c 38 u_catopen(const char* name, const char* locale, UErrorCode* ec) {
39 return (u_nl_catd) ures_open(name, locale, ec);

Completed in 293 milliseconds

<<11121314151617181920>>