/third_party/node/tools/ |
H A D | test-v8.bat | 22 if not defined test_v8 goto test-v8-intl 27 :test-v8-intl 29 echo running 'python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-test-results v8-intl-tap.xml' 30 call python tools\run-tests.py %common_v8_test_options% intl --slow-tests-cutoff 1000000 --json-test-results ./v8-intl-tap.xml 31 call python ..\..\tools\v8-json-to-junit.py < v8-intl-tap.xml > v8-intl-tap.json
|
/third_party/musl/src/locale/ |
H A D | strfmon.c | 12 int fill, nogrp, negpar, nosym, left, intl; in vstrfmon_l() local 61 intl = *fmt++ == 'i'; in vstrfmon_l()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | FormatSpecTest.java | 153 private static FormatSpec international(String national, String intl) { in international() argument 154 return FormatSpec.of(national, empty(), Optional.of(intl), empty(), false, empty()); in international()
|
/third_party/node/deps/v8/tools/ |
H A D | android-sync.sh | 106 sync_dir test/intl
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 128 CONFIG_FILE := w32-intl.mk
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | FormatSpec.java | 130 Optional<FormatTemplate> intl = intlSpec.map(s -> parseIntlSpec(s, national)); in of() 135 national, carrier, intl, local, minLength, maxLength, nationalPrefixOptional, comment); in of() 236 FormatTemplate intl = FormatTemplate.parse(spec); in parseIntlSpec() 243 !intl.hasNationalPrefix(), in parseIntlSpec() 246 checkArgument(!intl.hasCarrierCode(), in parseIntlSpec() 248 checkArgument(intl.isCompatibleWith(national), in parseIntlSpec() 251 return intl; in parseIntlSpec()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_fuchsia.cpp | 405 std::vector<fuchsia::intl::LocaleId> languages{}; in FetchTypeface() 407 fuchsia::intl::LocaleId localeId; in FetchTypeface()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 39 #include "src/objects/intl-objects.h" 2847 Handle<JSObject> intl = in InitializeGlobal() local 2849 JSObject::AddProperty(isolate_, global, "Intl", intl, DONT_ENUM); in InitializeGlobal() 2854 InstallToStringTag(isolate_, intl, "Intl"); in InitializeGlobal() 2856 SimpleInstallFunction(isolate(), intl, "getCanonicalLocales", in InitializeGlobal() local 2859 SimpleInstallFunction(isolate(), intl, "supportedValuesOf", in InitializeGlobal() local 2864 isolate_, intl, "DateTimeFormat", JS_DATE_TIME_FORMAT_TYPE, in InitializeGlobal() 2903 isolate_, intl, "NumberFormat", JS_NUMBER_FORMAT_TYPE, in InitializeGlobal() 2934 isolate_, intl, "Collator", JS_COLLATOR_TYPE, JSCollator::kHeaderSize, in InitializeGlobal() 2959 isolate_, intl, "v8BreakIterato in InitializeGlobal() [all...] |
/third_party/node/ |
H A D | vcbuild.bat | 124 if /i "%1"=="test-v8-intl" set test_v8_intl=1&set custom_v8_test=1&goto arg-ok
140 if /i "%1"=="intl-none" set i18n_arg=none&goto arg-ok
141 if /i "%1"=="without-intl" set i18n_arg=none&goto arg-ok
206 if defined i18n_arg set configure_flags=%configure_flags% --with-intl=%i18n_arg%
782 echo vcbuild.bat [debug/release] [msi] [doc] [test/test-all/test-addons/test-doc/test-js-native-api/test-node-api/test-benchmark/test-internet/test-pummel/test-simple/test-message/test-tick-processor/test-known-issues/test-node-inspect/test-check-deopts/test-npm/test-async-hooks/test-v8/test-v8-intl/test-v8-benchmarks/test-v8-all] [ignore-flaky] [static/dll] [noprojgen] [projgen] [small-icu/full-icu/without-intl] [nobuild] [nosnapshot] [nonpm] [nocorepack] [noetw] [ltcg] [licensetf] [sign] [ia32/x86/x64/arm64] [vs2019/vs2022] [download-all] [enable-vtune] [lint/lint-ci/lint-js/lint-md] [lint-md-build] [package] [build-release] [upload] [no-NODE-OPTIONS] [link-module path-to-module] [debug-http2] [debug-nghttp2] [clean] [cctest] [no-cctest] [openssl-no-asm]
|
H A D | Makefile | 34 TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml 43 TAP_V8_INTL_JSON := $(PWD)/v8-intl-tap.json 86 BUILD_INTL_FLAGS ?= --with-intl=full-icu 708 .PHONY: test-v8-intl 721 test-v8-intl: v8 724 intl \ 738 test-v8-all: test-v8 test-v8-intl test-v8-benchmarks test-v8-updates 741 test-v8 test-v8-intl test-v8-benchmarks test-v8-all:
|
/third_party/skia/third_party/externals/harfbuzz/ |
H A D | git.mk | 139 intl.m4 \
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |