Home
last modified time | relevance | path

Searched refs:lastUnit (Results 1 – 16 of 16) sorted by relevance

/third_party/typescript/src/testRunner/
DcompilerRunner.ts156 private lastUnit: TestCaseParser.TestUnitData; property in Harness.CompilerTest
217 this.lastUnit = units[units.length - 1];
225 …nces || /require\(/.test(this.lastUnit.content) || /reference\spath/.test(this.lastUnit.content)) {
226 this.toBeCompiled.push(this.createHarnessTestFile(this.lastUnit, rootDir));
228 if (unit.name !== this.lastUnit.name) {
343 …private createHarnessTestFile(lastUnit: TestCaseParser.TestUnitData, rootDir: string, unitName?: s…
344 …unitName: unitName || this.makeUnitName(lastUnit.name, rootDir), content: lastUnit.content, fileOp…
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodBuilderFactory.java61 int lastUnit = -1; in setUnits() local
64 if (lastUnit == -1) { in setUnits()
67 lastUnit = i; in setUnits()
70 if (lastUnit == -1) { in setUnits()
74 result.minUnit = TimeUnit.units[lastUnit]; in setUnits()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicPeriodBuilderFactory.java62 int lastUnit = -1; in setUnits() local
65 if (lastUnit == -1) { in setUnits()
68 lastUnit = i; in setUnits()
71 if (lastUnit == -1) { in setUnits()
75 result.minUnit = TimeUnit.units[lastUnit]; in setUnits()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java103 private int lastUnit() { in lastUnit() method in Edits
118 int last = lastUnit(); in addUnchanged()
168 int last = lastUnit(); in addReplace()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DEdits.java100 private int lastUnit() { in lastUnit() method in Edits
114 int last = lastUnit(); in addUnchanged()
163 int last = lastUnit(); in addReplace()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dedits.h512 int32_t lastUnit() const { return length > 0 ? array[length - 1] : 0xffff; } in lastUnit() function
/third_party/node/deps/icu-small/source/common/unicode/
Dedits.h512 int32_t lastUnit() const { return length > 0 ? array[length - 1] : 0xffff; } in lastUnit() function
/third_party/icu/icu4c/source/common/unicode/
Dedits.h512 int32_t lastUnit() const { return length > 0 ? array[length - 1] : 0xffff; } in lastUnit() function
/third_party/node/deps/icu-small/source/common/
Dedits.cpp121 int32_t last = lastUnit(); in addUnchanged()
167 int32_t last = lastUnit(); in addReplace()
/third_party/icu/icu4c/source/common/
Dedits.cpp121 int32_t last = lastUnit(); in addUnchanged()
167 int32_t last = lastUnit(); in addReplace()
/third_party/skia/third_party/externals/icu/source/common/
Dedits.cpp121 int32_t last = lastUnit(); in addUnchanged()
167 int32_t last = lastUnit(); in addReplace()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1328 var lastUnit = units[units.length - 1];
1329 var unitName = switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0];
1334 …compileUnit(lastUnit.content, unitName, callback, settingsCallback, compilationContext, lastUnit.r…
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1328 var lastUnit = units[units.length - 1]; variable
1329 var unitName = switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0];
1334 …compileUnit(lastUnit.content, unitName, callback, settingsCallback, compilationContext, lastUnit.r…
3232 var lastUnit = units[units.length - 1];
3233 var unitName = switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0];
3236 …compileUnit(lastUnit.content, unitName, callback, settingsCallback, compilationContext, lastUnit.r…
Dparserharness.types5443 var lastUnit = units[units.length - 1];
5444 >lastUnit : TestCaseParser.TestUnitData
5453 var unitName = switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0];
5455 >switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0] : string
5456 >switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/) : RegExpMatchArray
5457 >switchToForwardSlashes(lastUnit.name).match : (regexp: string | RegExp) => RegExpMatchArray
5458 >switchToForwardSlashes(lastUnit.name) : string
5460 >lastUnit.name : string
5461 >lastUnit : TestCaseParser.TestUnitData
5491 …compileUnit(lastUnit.content, unitName, callback, settingsCallback, compilationContext, lastUnit.r…
[all …]
Dparserharness.symbols3935 var lastUnit = units[units.length - 1];
3936 >lastUnit : Symbol(lastUnit, Decl(parserharness.ts, 1326, 15))
3942 var unitName = switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0];
3944 >switchToForwardSlashes(lastUnit.name).match : Symbol(String.match, Decl(lib.es5.d.ts, --, --))
3946 >lastUnit.name : Symbol(TestCaseParser.TestUnitData.name, Decl(parserharness.ts, 1422, 28))
3947 >lastUnit : Symbol(lastUnit, Decl(parserharness.ts, 1326, 15))
3971 …compileUnit(lastUnit.content, unitName, callback, settingsCallback, compilationContext, lastUnit.r…
3973 >lastUnit.content : Symbol(TestCaseParser.TestUnitData.content, Decl(parserharness.ts, 1421, 39))
3974 >lastUnit : Symbol(lastUnit, Decl(parserharness.ts, 1326, 15))
3980 >lastUnit.references : Symbol(TestCaseParser.TestUnitData.references, Decl(parserharness.ts, 1424, …
[all …]
Dparserharness.errors.txt1592 var lastUnit = units[units.length - 1];
1593 var unitName = switchToForwardSlashes(lastUnit.name).match(/[^\/]*$/)[0];
1598 …compileUnit(lastUnit.content, unitName, callback, settingsCallback, compilationContext, lastUnit.r…