Home
last modified time | relevance | path

Searched refs:context_4 (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/tscWatch/emit/emit-for-configured-projects/
Dshould-always-return-the-file-itself-if-'--out'-or-'--outFile'-is-specified.js117 System.register("moduleFile2", [], function (exports_4, context_4) {
120 var __moduleName = context_4 && context_4.id;
221 System.register("moduleFile2", [], function (exports_4, context_4) {
224 var __moduleName = context_4 && context_4.id;
/third_party/icu/icu4c/source/test/intltest/
Dlocnmtst.cpp593 UDisplayContext context_4[] = { UDISPCTX_NO_SUBSTITUTE, UDISPCTX_DIALECT_NAMES }; in TestSubstituteHandling() local
594 ldn.reset(LocaleDisplayNames::createInstance(Locale::getGermany(), context_4, 2)); in TestSubstituteHandling()