Searched refs:locale (Results 276 - 300 of 1501) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/test/intl/date-format/
H A Dproperty-override.js30 // Object.defineProperty(Array.prototype, 'locale', {
38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
57 'calendar', 'day', 'era', 'hour12', 'hour', 'locale',
70 var locale = Intl.DateTimeFormat().resolvedOptions().locale; variable
/external/chromium_org/v8/test/intl/number-format/
H A Dproperty-override.js30 // Object.defineProperty(Array.prototype, 'locale', {
38 // would throw in case of (JS) x.locale = 'us' or (C++) x->Set('locale', 'us').
59 'style', 'locale', 'numberingSystem',
74 var locale = Intl.NumberFormat(undefined, variable
78 resolvedOptions().locale;
/external/icu/icu4c/source/i18n/unicode/
H A Dupluralrules.h31 * Keywords: ICU locale data has 6 predefined values -
75 * given locale.
76 * Same as uplrules_openForType(locale, UPLURAL_TYPE_CARDINAL, status).
77 * @param locale The locale for which the rules are desired.
79 * @return A UPluralRules for the specified locale, or NULL if an error occurred.
83 uplrules_open(const char *locale, UErrorCode *status);
87 * given locale and the plural type.
88 * @param locale The locale fo
[all...]
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
H A Ddefault.pass.cpp20 #include "platform_support.h" // locale name macros
47 std::locale::global(std::locale(LOCALE_en_US_UTF_8));
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
H A Dtypes.pass.cpp10 // <locale>
24 #include <locale>
30 #include "platform_support.h" // locale name macros
34 std::locale l(LOCALE_en_US_UTF_8);
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/types
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table
/external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/
H A DAndroid.mk17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/Android.mk
19 test_name := localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/tested_elsewhere
/external/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf16.pass.cpp53 std::locale loc(std::locale::classic(), new C);
H A Dcodecvt_utf8.pass.cpp53 std::locale loc(std::locale::classic(), new C);
/external/libcxx/test/localization/locales/locale/locale.operators/
H A Deq.pass.cpp10 // <locale>
14 #include <locale>
17 #include "platform_support.h" // locale name macros
21 std::locale cloc;
22 std::locale copy(cloc);
23 std::locale n1(LOCALE_en_US_UTF_8);
24 std::locale n2(LOCALE_en_US_UTF_8);
25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc);
26 std::locale nonamec = noname1;
27 std::locale noname
[all...]
/external/libcxx/test/localization/locales/locale.convenience/classification/
H A Disalnum.pass.cpp10 // <locale>
12 // template <class charT> bool isalnum (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disalpha.pass.cpp10 // <locale>
12 // template <class charT> bool isalpha (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Discntrl.pass.cpp10 // <locale>
12 // template <class charT> bool iscntrl (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disdigit.pass.cpp10 // <locale>
12 // template <class charT> bool isdigit (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disgraph.pass.cpp10 // <locale>
12 // template <class charT> bool isgraph (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Dislower.pass.cpp10 // <locale>
12 // template <class charT> bool islower (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disprint.pass.cpp10 // <locale>
12 // template <class charT> bool isprint (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Dispunct.pass.cpp10 // <locale>
12 // template <class charT> bool ispunct (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disspace.pass.cpp10 // <locale>
12 // template <class charT> bool isspace (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disupper.pass.cpp10 // <locale>
12 // template <class charT> bool isupper (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Disxdigit.pass.cpp10 // <locale>
12 // template <class charT> bool isxdigit (charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/
H A Dtolower.pass.cpp10 // <locale>
12 // template <class charT> charT tolower(charT c, const locale& loc);
14 #include <locale>
19 std::locale l;
H A Dtoupper.pass.cpp10 // <locale>
12 // template <class charT> charT toupper(charT c, const locale& loc);
14 #include <locale>
19 std::locale l;

Completed in 3813 milliseconds

<<11121314151617181920>>