HomeSort by relevance Sort by last modified time
    Searched full:intl (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/v8/test/intl/number-format/
check-digit-ranges.js 31 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: 0})');
32 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: 22})');
33 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: null})');
34 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: Infinity})');
35 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: -Infinity})');
36 assertThrows('Intl.NumberFormat(undefined, {minimumIntegerDigits: x})');
38 assertThrows('Intl.NumberFormat(undefined, {minimumFractionDigits: -1})');
39 assertThrows('Intl.NumberFormat(undefined, {maximumFractionDigits: 21})');
41 assertThrows('Intl.NumberFormat(undefined, {minimumSignificantDigits: 0})');
42 assertThrows('Intl.NumberFormat(undefined, {maximumSignificantDigits: 22})')
    [all...]
default-locale.js 31 var nf = new Intl.NumberFormat([]);
43 var nfNone = new Intl.NumberFormat();
  /external/v8/test/intl/date-format/
timezone.js 30 var df = Intl.DateTimeFormat();
33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'});
36 df = Intl.DateTimeFormat(undefined, {timeZone: 'gmt'});
39 df = Intl.DateTimeFormat(undefined, {timeZone: 'America/Los_Angeles'});
42 df = Intl.DateTimeFormat(undefined, {timeZone: 'Europe/Belgrade'});
46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'});
49 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/GMT'});
52 df = Intl.DateTimeFormat(undefined, {timeZone: 'euRope/beLGRade'});
56 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+07:00\'})');
57 assertThrows('Intl.DateTimeFormat(undefined, {timeZone: \'GMT+0700\'})')
    [all...]
default-locale.js 31 var dtf = new Intl.DateTimeFormat([]);
43 var dtfNone = new Intl.DateTimeFormat();
resolved-options.js 31 var dtfDefault = Intl.DateTimeFormat('en-US');
59 var dtfTime = Intl.DateTimeFormat(
84 var dtfFull = Intl.DateTimeFormat(
  /external/v8/test/intl/overrides/
security.js 28 // Test that we always use original Intl.Constructors for toLocaleString calls.
34 Intl.Collator = Intl.NumberFormat = Intl.DateTimeFormat = throwError;
36 Intl.Collator.prototype.compare = throwError;
37 Intl.NumberFormat.prototype.format = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError;
41 assertThrows('new Intl.Collator()');
42 assertThrows('new Intl.NumberFormat()');
43 assertThrows('new Intl.DateTimeFormat()')
    [all...]
date.js 34 var dtfDate = new Intl.DateTimeFormat();
35 var dtfTime = new Intl.DateTimeFormat(
37 var dtfAll = new Intl.DateTimeFormat(
47 dtfDate = new Intl.DateTimeFormat(locale);
48 dtfTime = new Intl.DateTimeFormat(
50 dtfAll = new Intl.DateTimeFormat(
62 var dtf = new Intl.DateTimeFormat(locale, options);
number.js 35 var nf = new Intl.NumberFormat();
42 nf = new Intl.NumberFormat(locale);
51 nf = new Intl.NumberFormat(locale, options);
  /external/v8/test/intl/general/
mapped-locale.js 30 var nf = Intl.NumberFormat(['zh-TW'], {localeMatcher: 'lookup'});
33 var nf = Intl.NumberFormat(['zh-Hant-TW'], {localeMatcher: 'lookup'});
36 var nf = Intl.NumberFormat(['zh-Hant'], {localeMatcher: 'lookup'});
39 nf = Intl.NumberFormat(['zh'], {localeMatcher: 'lookup'});
42 nf = Intl.NumberFormat(['zh-CN'], {localeMatcher: 'lookup'});
45 nf = Intl.NumberFormat(['zh-Hans-CN'], {localeMatcher: 'lookup'});
48 nf = Intl.NumberFormat(['zh-Hans'], {localeMatcher: 'lookup'});
51 nf = Intl.NumberFormat(['en-US'], {localeMatcher: 'lookup'});
supported-locales-of.js 30 var undef = Intl.DateTimeFormat.supportedLocalesOf();
33 var empty = Intl.DateTimeFormat.supportedLocalesOf([]);
36 var strLocale = Intl.DateTimeFormat.supportedLocalesOf('sr');
40 Intl.DateTimeFormat.supportedLocalesOf(['sr-Thai-RS', 'de', 'zh-CN']);
  /docs/source.android.com/templates/
footer 7 <a href="http://www.google.com/intl/en/policies/">Privacy &amp; Terms</a>
  /external/v8/test/mjsunit/regress/
regress-builtinbust-7.js 5 if ("Intl" in this) {
10 assertDoesNotThrow(function() { Intl.Collator.supportedLocalesOf("en"); });
  /external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
types.pass.cpp 25 // static const bool intl = International;
44 test(std::moneypunct<char, false>::intl);
45 test(std::moneypunct<char, true>::intl);
46 test(std::moneypunct<wchar_t, false>::intl);
47 test(std::moneypunct<wchar_t, true>::intl);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/
types.pass.cpp 25 // static const bool intl = International;
44 test(std::moneypunct<char, false>::intl);
45 test(std::moneypunct<char, true>::intl);
46 test(std::moneypunct<wchar_t, false>::intl);
47 test(std::moneypunct<wchar_t, true>::intl);
  /external/icu/icu4c/source/test/intltest/
tsmthred.h 43 * test that intl functions work in a multithreaded context
  /external/v8/test/intl/collator/
default-locale.js 31 var collator = new Intl.Collator([]);
43 var collatorNone = new Intl.Collator();
47 var collatorBraket = new Intl.Collator({});
50 var collatorWithOptions = new Intl.Collator(undefined, {usage: 'search'});
normalization.js 42 var collator = Intl.Collator([], {normalization: false});
48 collator = Intl.Collator(['de-u-kk-false']);
54 collator = Intl.Collator();
property-override.js 45 var options = Intl.Collator().resolvedOptions();
65 var locale = Intl.Collator().resolvedOptions().locale;
  /external/v8/src/
i18n.js 10 * Intl object is a single object that has some named properties,
13 $Object.defineProperty(global, "Intl", { enumerable: false, value: (function() {
15 var Intl = {};
940 * Constructs Intl.Collator object given optional locales and options
945 %AddNamedProperty(Intl, 'Collator', function() {
949 if (!this || this === Intl) {
951 return new Intl.Collator(locales, options);
963 %AddNamedProperty(Intl.Collator.prototype, 'resolvedOptions', function() {
970 'or on a object that is not Intl.Collator.');
989 %FunctionSetName(Intl.Collator.prototype.resolvedOptions, 'resolvedOptions')
    [all...]
  /external/v8/test/intl/break-iterator/
default-locale.js 31 var iterator = new Intl.v8BreakIterator([]);
43 var iteratorNone = new Intl.v8BreakIterator();
47 var iteratorBraket = new Intl.v8BreakIterator({});
property-override.js 45 var options = Intl.v8BreakIterator().resolvedOptions();
64 var locale = Intl.v8BreakIterator().resolvedOptions().locale;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
intl.h 0 /* intl.h - internationalization
69 #endif /* intl.h */
  /frameworks/base/docs/html/
jd_collections.js 36 "intl/zh-cn/resources.html",
37 "intl/zh-cn/distribute/tools/launch-checklist.html",
38 "intl/zh-cn/distribute/tools/localization-checklist.html"
261 "intl/ja/distribute/googleplay/developer-console.html#alpha-beta",
262 "intl/ja/distribute/googleplay/guide.html",
263 "intl/ja/distribute/essentials/quality/core.html",
265 "intl/ja/support.html",
266 "intl/ja/distribute/essentials/quality/wear.html",
267 "intl/ja/training/tv/start/index.html",
269 "intl/ja/distribute/monetize/ads.html
    [all...]
  /external/bison/m4/
gettext.m4 25 dnl INTLSYMBOL should be 'external' for packages with no intl directory,
26 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
28 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
31 dnl $(top_builddir)/intl/libintl.a will be created.
37 dnl INTLDIR is used to find the intl libraries. If empty,
38 dnl the value '$(top_builddir)/intl/' is used.
41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
181 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
184 AC_LIB_LINKFLAGS_BODY([intl])
241 dnl libintl. (Cf. the install rule in intl/Makefile.in.
    [all...]
  /external/elfutils/src/m4/
gettext.m4 25 dnl INTLSYMBOL should be 'external' for packages with no intl directory,
26 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
28 dnl $(top_builddir)/intl/libintl.la will be created (shared and/or static,
31 dnl $(top_builddir)/intl/libintl.a will be created.
37 dnl INTLDIR is used to find the intl libraries. If empty,
38 dnl the value '$(top_builddir)/intl/' is used.
41 dnl 1) GNU gettext, as included in the intl subdirectory, will be compiled
181 dnl accordingly. Don't use AC_LIB_LINKFLAGS_BODY([intl],[iconv])
184 AC_LIB_LINKFLAGS_BODY([intl])
241 dnl libintl. (Cf. the install rule in intl/Makefile.in.
    [all...]

Completed in 1257 milliseconds

1 2 3 4 5 6 7 8 910