Searched defs:locale (Results 1 - 25 of 601) sorted by relevance

1234567891011>>

/external/compiler-rt/test/msan/
H A Dsetlocale.cc4 #include <locale.h>
8 char *locale = setlocale (LC_ALL, ""); local
9 assert(locale);
10 if (locale[0])
/external/icu/icu4c/source/common/unicode/
H A Dlocdspnm.h45 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
47 * @param locale the display locale
51 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
55 * formatted for the provided locale, using the provided
58 * @param locale the display locale
63 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale,
68 * for the provided locale, using the provided UDisplayContext settings.
70 * @param locale th
198 createInstance(const Locale& locale) argument
[all...]
/external/llvm/include/llvm/Support/
H A DLocale.h8 namespace locale { namespace in namespace:llvm::sys
/external/icu/icu4c/source/common/
H A Dresbund_cnv.cpp28 const Locale& locale,
32 constructForLocale(path, locale, error);
44 const Locale& locale,
48 fResource = ures_open(NULL, locale.getName(), &error);
53 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
27 ResourceBundle( const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
43 constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
H A Dunistr_case_locale.cpp37 setTempCaseMap(UCaseMap *csm, const char *locale) { argument
41 if(locale!=NULL && locale[0]==0) {
42 csm->locale[0]=0;
44 ustrcase_setTempCaseMapLocale(csm, locale);
54 UnicodeString::toLower(const Locale &locale) { argument
56 setTempCaseMap(&csm, locale.getName());
66 UnicodeString::toUpper(const Locale &locale) { argument
68 setTempCaseMap(&csm, locale.getName());
H A Ducnv_imp.h49 char locale[ULOC_FULLNAME_CAPACITY]; member in struct:__anon7192
69 * @param locale locale parameter, or ""
78 const char *locale, uint32_t options,
/external/libchrome/base/test/
H A Dscoped_locale.cc7 #include <locale.h>
13 ScopedLocale::ScopedLocale(const std::string& locale) { argument
15 EXPECT_TRUE(setlocale(LC_ALL, locale.c_str()) != NULL) <<
16 "Failed to set locale: " << locale;
/external/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp4 class locale { class
10 locale _M_ios_locale;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTimeZoneNamesFactoryImpl.java26 public TimeZoneNames getTimeZoneNames(ULocale locale) { argument
27 return new TimeZoneNamesImpl(locale);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRbnfLenientScannerProvider.java24 * Returns a scanner appropriate for the given locale, with optional extra data.
27 * @param locale the locale to provide the default lenient rules.
33 RbnfLenientScanner get(ULocale locale, String extras); argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneNamesFactoryImpl.java24 public TimeZoneNames getTimeZoneNames(ULocale locale) { argument
25 return new TimeZoneNamesImpl(locale);
/external/libmojo/base/android/
H A Dlocale_utils.cc21 ScopedJavaLocalRef<jstring> locale = Java_LocaleUtils_getDefaultLocale( local
23 return ConvertJavaStringToUTF8(locale);
/external/llvm/lib/Support/
H A DLocale.cpp8 namespace locale { namespace in namespace:llvm::sys
31 } // namespace locale
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/annotation/
H A DValues.java4 * Indicate that roboletric should look for values that is specific for the locale
11 String locale(); method in interface:Values
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
H A DLocalizable.java38 * @param locale locale into which to get the string
41 String getLocalizedString(Locale locale); argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleSyntaxException.java10 package android.icu.impl.locale;
/external/icu/icu4c/source/i18n/unicode/
H A Dplurfmt.h81 * the constructors that takes a <code>locale</code> object. To
91 * specified locale. Syntax:
122 * <code>NumberFormat</code> for the <code>PluralFormat</code>'s locale. If you
134 * <code>PluralFormat</code>'s constructor. If you also specify a locale in this
135 * constructor, this locale will be used to format the number in the message
150 * Creates a new cardinal-number <code>PluralFormat</code> for the default locale.
151 * This locale will be used to get the set of plural rules and for standard
160 * Creates a new cardinal-number <code>PluralFormat</code> for a given locale.
161 * @param locale the <code>PluralFormat</code> will be configured with
162 * rules for this locale
571 Locale locale; member in class:PluralFormat
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRbnfLenientScannerProvider.java22 * Returns a scanner appropriate for the given locale, with optional extra data.
25 * @param locale the locale to provide the default lenient rules.
31 RbnfLenientScanner get(ULocale locale, String extras); argument
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
H A DCollatorProviderICU.java21 public Collator getInstance(Locale locale) { argument
23 ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale));
H A DDateFormatSymbolsProviderICU.java21 public DateFormatSymbols getInstance(Locale locale) { argument
23 ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale));
H A DDecimalFormatSymbolsProviderICU.java22 public DecimalFormatSymbols getInstance(Locale locale) { argument
24 ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale));
/external/libmojo/base/android/java/src/org/chromium/base/
H A DLocaleUtils.java12 * This class provides the locale related methods.
22 * @return the string for the given locale, translating
26 public static String getLocale(Locale locale) { argument
27 String language = locale.getLanguage();
28 String country = locale.getCountry();
45 * @return the default locale, translating Android deprecated
/external/libusb/libusb/
H A Dstrerror.c22 #include <locale.h>
44 * code for your locale at the end of \c usbi_locale_supported[]<br>
132 * This takes a locale string in the default setlocale format: lang[-region]
147 * locale settings, call libusb_setlocale(setlocale(LC_MESSAGES, NULL)),
148 * after your app has done its locale setup.
150 * \param locale locale-string in the form of lang[_country_region][.codeset]
153 * \returns LIBUSB_ERROR_INVALID_PARAM if the locale doesn't meet the requirements
158 int API_EXPORTED libusb_setlocale(const char *locale) argument
162 if ( (locale
[all...]
/external/messageformat/java/com/android/messageformat/
H A DMessageFormat.java26 * Creates an ICU MessageFormat for the locale and pattern,
29 * @param locale Locale for number formatting and plural selection etc.
33 public static final String formatNamedArgs(Locale locale, String msg, Object... nameValuePairs) { argument
34 return com.ibm.icu.simple.MessageFormat.formatNamedArgs(locale, msg, nameValuePairs);
38 * Formats a message pattern string for the default locale with a variable number of name/value
51 * Formats a message pattern from Android resource for the default locale with a variable number
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/locale/
H A DLocaleReceiver.java17 package com.googlecode.android_scripting.locale;
35 new File(intent.getBundleExtra(com.twofortyfouram.locale.platform.Intent.EXTRA_BUNDLE)

Completed in 2894 milliseconds

1234567891011>>