/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
locale.h | 52 extern char *setlocale(int category, const char *locale);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_clocale.h | 28 # include <locale.h>
|
/bionic/libc/tzcode/ |
strftime.c | 38 #include "locale.h" 63 #define Locale (&C_time_locale) 141 return strftime_tz(s, maxsize, format, t, Locale); 145 strftime_tz(s, maxsize, format, t, locale) 150 const struct strftime_locale *locale; 157 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, locale); 169 (void) fprintf(stderr, "the current locale"); 197 _fmt(format, t, pt, ptlim, warnp, locale) 203 const struct strftime_locale* locale; 216 "?" : locale->weekday[t->tm_wday] [all...] |
/external/chromium_org/chrome/browser/chromeos/login/ |
startup_utils.cc | 141 std::string locale = local 143 if (!l10n_util::IsValidLocaleSyntax(locale)) 144 locale = "en-US"; 145 return locale; 149 void StartupUtils::SetInitialLocale(const std::string& locale) { 150 if (l10n_util::IsValidLocaleSyntax(locale)) 151 SaveStringPreferenceForced(prefs::kInitialLocale, locale);
|
/external/chromium_org/v8/test/intl/overrides/ |
date.js | 45 // Specify locale, default options for toLocaleXXXString 46 var locale = ['sr']; variable 47 dtfDate = new Intl.DateTimeFormat(locale); 49 locale, {hour: 'numeric', minute: 'numeric', second: 'numeric'}); 51 locale, {year: 'numeric', month: 'numeric', day: 'numeric', 53 assertEquals(dtfAll.format(date), date.toLocaleString(locale)); 54 assertEquals(dtfDate.format(date), date.toLocaleDateString(locale)); 55 assertEquals(dtfTime.format(date), date.toLocaleTimeString(locale)); 58 // Specify locale and options for toLocaleXXXString 59 locale = ['ko'] [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/ |
global.pass.cpp | 10 // <locale> 12 // static const locale& classic(); 14 #include <locale> 17 #include "platform_support.h" // locale name macros 19 void check(const std::locale& loc) 56 std::locale loc; 59 assert(std::locale::global(std::locale(LOCALE_en_US_UTF_8)) == loc); 60 std::locale loc2; 62 assert(loc2 == std::locale(LOCALE_en_US_UTF_8)) [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
umsg.h | 245 * Format a message for a locale. 247 * locale. For all numeric arguments, double is assumed unless the type is 249 * @param locale The locale for which the message will be formatted 263 u_formatMessage(const char *locale, 272 * Format a message for a locale. 274 * locale. For all numeric arguments, double is assumed unless the type is 276 * @param locale The locale for which the message will be formatted 290 u_vformatMessage( const char *locale, [all...] |
/external/icu4c/i18n/unicode/ |
umsg.h | 159 * Format a message for a locale. 161 * locale. For all numeric arguments, double is assumed unless the type is 163 * @param locale The locale for which the message will be formatted 177 u_formatMessage(const char *locale, 186 * Format a message for a locale. 188 * locale. For all numeric arguments, double is assumed unless the type is 190 * @param locale The locale for which the message will be formatted 204 u_vformatMessage( const char *locale, [all...] |
/external/stlport/stlport/stl/ |
_messages_facets.h | 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base { 63 catalog open(const string& __fn, const locale& __loc) const 71 static _STLP_STATIC_DECLSPEC locale::id id; 76 virtual catalog do_open(const string& __fn, const locale& __loc) const 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base { 96 inline catalog open(const string& __fn, const locale& __loc) const 104 static _STLP_STATIC_DECLSPEC locale::id id; 109 virtual catalog do_open(const string& __fn, const locale& __loc) const 134 virtual catalog do_open(const string& __fn, const locale& __loc) const; 162 virtual catalog do_open(const string& __fn, const locale& __loc) const [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 29 import java.util.Locale; 44 * {@code MessageFormat} itself doesn't implement locale-specific 45 * behavior. Any locale-specific behavior is defined by the pattern that you 336 private Locale locale; field in class:MessageFormat 349 * Constructs a new {@code MessageFormat} using the specified pattern and {@code locale}. 353 * @param locale 354 * the locale. 358 public MessageFormat(String template, Locale locale) { [all...] |
/libcore/luni/src/main/java/libcore/icu/ |
ICU.java | 20 import java.util.Locale; 30 private static Locale[] availableLocalesCache; 57 * Returns the appropriate {@code Locale} given a {@code String} of the form returned 59 * this method can parse strings that {@code Locale.toString} won't produce. 62 public static Locale localeFromString(String localeName) { 67 return new Locale(localeName); 72 return new Locale(language, country); 78 return new Locale(language, country, variant); 82 public static Locale[] localesFromStrings(String[] localeNames) { 86 LinkedHashSet<Locale> set = new LinkedHashSet<Locale>() [all...] |
LocaleData.java | 22 import java.util.Locale; 26 * Passes locale-specific from ICU native code to Java. 33 // A cache for the locale-specific data. 36 // Ensure that we pull in the locale data for the root locale, en_US, and the 37 // user's default locale. (All devices must support the root locale and en_US, 40 get(Locale.ROOT); 41 get(Locale.US); 42 get(Locale.getDefault()) [all...] |
TimeZoneNames.java | 23 import java.util.Locale; 46 // Ensure that we pull in the zone strings for the root locale, en_US, and the 47 // user's default locale. (All devices must support the root locale and en_US, 50 cachedZoneStrings.get(Locale.ROOT); 51 cachedZoneStrings.get(Locale.US); 52 cachedZoneStrings.get(Locale.getDefault()); 55 public static class ZoneStringsCache extends BasicLruCache<Locale, String[][]> { 67 @Override protected String[][] create(Locale locale) { [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_messages_facets.h | 55 class _STLP_CLASS_DECLSPEC messages<char> : public locale::facet, public messages_base { 63 catalog open(const string& __fn, const locale& __loc) const 71 static _STLP_STATIC_DECLSPEC locale::id id; 76 virtual catalog do_open(const string& __fn, const locale& __loc) const 88 class _STLP_CLASS_DECLSPEC messages<wchar_t> : public locale::facet, public messages_base { 96 inline catalog open(const string& __fn, const locale& __loc) const 104 static _STLP_STATIC_DECLSPEC locale::id id; 109 virtual catalog do_open(const string& __fn, const locale& __loc) const 134 virtual catalog do_open(const string& __fn, const locale& __loc) const; 162 virtual catalog do_open(const string& __fn, const locale& __loc) const [all...] |