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

1 2 3 4 5 6 78 91011>>

  /external/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 10 // <locale>
14 // : public locale::facet,
21 #include <locale>
27 std::locale l = std::locale::classic();
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /external/libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members/
not_testable.pass.cpp 10 // <locale>
14 // catalog open(const basic_string<char>& name, const locale&) const;
16 #include <locale>
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
state.pass.cpp 10 // <locale>
16 #include <locale>
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_codecvt_state.pass.cpp 10 // <locale>
16 #include <locale>
state.pass.cpp 10 // <locale>
16 #include <locale>
  /external/deqp/framework/delibs/decpp/
deStringUtil.cpp 29 #include <locale>
33 using std::locale;
44 // Always use locale::classic to ensure consistent behavior in all environments.
48 const locale& loc;
49 ToLower (void) : loc(locale::classic()) {}
55 const locale& loc;
56 ToUpper (void) : loc(locale::classic()) {}
62 //! Convert string to lowercase using the classic "C" locale
70 //! Convert string to uppercase using the classic "C" locale
78 //! Convert string's first character to uppercase using the classic "C" locale
    [all...]
  /external/libcxx/test/localization/locale.categories/category.collate/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.collate/Android.mk
19 test_name := localization/locale.categories/category.collate/nothing_to_do
  /external/libcxx/test/localization/locale.categories/category.ctype/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/Android.mk
19 test_name := localization/locale.categories/category.ctype/ctype_base
  /external/libcxx/test/localization/locale.categories/category.messages/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.messages/Android.mk
19 test_name := localization/locale.categories/category.messages/nothing_to_do
  /external/libcxx/test/localization/locale.categories/category.monetary/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/Android.mk
19 test_name := localization/locale.categories/category.monetary/nothing_to_do
  /external/libcxx/test/localization/locale.categories/category.numeric/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/Android.mk
19 test_name := localization/locale.categories/category.numeric/nothing_to_do
  /external/libcxx/test/localization/locale.categories/category.time/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.time/Android.mk
19 test_name := localization/locale.categories/category.time/nothing_to_do
  /external/libcxx/test/localization/locale.categories/facet.numpunct/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/facet.numpunct/Android.mk
19 test_name := localization/locale.categories/facet.numpunct/nothing_to_do
  /external/libcxx/test/localization/locale.categories/facets.examples/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/facets.examples/Android.mk
19 test_name := localization/locale.categories/facets.examples/nothing_to_do
  /external/libcxx/test/localization/locales/locale.convenience/
Android.mk 17 test_makefile := external/libcxx/test/localization/locales/locale.convenience/Android.mk
19 test_name := localization/locales/locale.convenience/nothing_to_do
  /external/libcxx/test/localization/locales/locale.convenience/conversions/
Android.mk 17 test_makefile := external/libcxx/test/localization/locales/locale.convenience/conversions/Android.mk
19 test_name := localization/locales/locale.convenience/conversions/nothing_to_do
  /external/libcxx/test/re/re.regex/re.regex.locale/
Android.mk 17 test_makefile := external/libcxx/test/re/re.regex/re.regex.locale/Android.mk
19 test_name := re/re.regex/re.regex.locale/imbue
  /external/libcxx/test/re/re.traits/
default.pass.cpp 20 #include "platform_support.h" // locale name macros
31 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
getloc.pass.cpp 19 #include "platform_support.h" // locale name macros
30 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
  /external/chromium_org/third_party/icu/source/i18n/unicode/
locdspnm.h 15 * \brief C++ API: Provides display names of Locale and its components.
30 * values, see Locale.
43 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
45 * @param locale the display locale
49 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
53 * formatted for the provided locale, using the provided
56 * @param locale the display local
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
locdspnm.h 15 * \brief C++ API: Provides display names of Locale and its components.
30 * values, see Locale.
43 * {@link #createInstance(const Locale& locale, UDialectHandling dialectHandling)}
45 * @param locale the display locale
49 static LocaleDisplayNames* U_EXPORT2 createInstance(const Locale& locale);
53 * formatted for the provided locale, using the provided
56 * @param locale the display local
    [all...]
  /external/chromium_org/ui/base/l10n/
l10n_util_android.cc 28 ScopedJavaLocalRef<jstring> locale = Java_LocalizationUtils_getDefaultLocale( local
30 return ConvertJavaStringToUTF8(locale);
53 std::string GetLocaleComponent(const std::string& locale,
58 int32_t actual_length = uloc_func(locale.c_str(),
70 const std::string& locale) {
71 // TODO(wangxianzhu): Use new Locale API once Android supports scripts.
73 locale, uloc_getLanguage, ULOC_LANG_CAPACITY);
75 locale, uloc_getCountry, ULOC_COUNTRY_CAPACITY);
77 locale, uloc_getVariant, ULOC_FULLNAME_CAPACITY);
86 base::string16 GetDisplayNameForLocale(const std::string& locale,
    [all...]
  /external/e2fsprogs/intl/
finddomain.c 50 _nl_find_domain (const char *dirname, char *locale,
65 /* LOCALE can consist of up to four recognized parts for the XPG syntax:
74 the full specified locale is not found, the less specific one are
86 /* If we have already tested for this locale entry there has to
89 strlen (dirname) + 1, 0, locale, NULL, NULL,
93 /* We know something about this locale. */
114 /* See whether the locale value is an alias. If yes its value
117 alias_value = _nl_expand_alias (locale);
121 locale = strdup (alias_value);
122 if (locale == NULL
    [all...]
  /external/chromium_org/third_party/icu/source/common/
servls.cpp 30 : fallbackLocale(Locale::getDefault())
36 , fallbackLocale(Locale::getDefault())
45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const
47 return get(locale, LocaleKey::KIND_ANY, NULL, status);
51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const
53 return get(locale, kind, NULL, status);
57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) cons
    [all...]
  /external/icu/icu4c/source/common/
servls.cpp 30 : fallbackLocale(Locale::getDefault())
36 , fallbackLocale(Locale::getDefault())
45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const
47 return get(locale, LocaleKey::KIND_ANY, NULL, status);
51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const
53 return get(locale, kind, NULL, status);
57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) cons
    [all...]

Completed in 345 milliseconds

1 2 3 4 5 6 78 91011>>