Home
last modified time | relevance | path

Searched refs:checkArray (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DTestFmwk.java445 protected static int checkArray(String msg, String array[], String expected[]) { in checkArray() method in TestFmwk
493 protected static int checkArray(String msg, Locale array[], String expected[]) { in checkArray() method in TestFmwk
498 return checkArray(msg, strs, expected); in checkArray()
513 protected static int checkArray(String msg, ULocale array[], String expected[]) { in checkArray() method in TestFmwk
518 return checkArray(msg, strs, expected); in checkArray()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationServiceTest.java328 checkArray(msg, locs, null); in checkAvailable()
331 checkArray(msg, ulocs, null); in checkAvailable()
353 checkArray("getKeywords", kw, KW); in TestSeparateTrees()
357 checkArray("getKeywordValues", kwval, KWVAL); in TestSeparateTrees()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationServiceTest.java331 checkArray(msg, locs, null); in checkAvailable()
334 checkArray(msg, ulocs, null); in checkAvailable()
354 checkArray("getKeywords", kw, KW); in TestSeparateTrees()
358 checkArray("getKeywordValues", kwval, KWVAL); in TestSeparateTrees()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DTestFmwk.java470 protected static int checkArray(String msg, String array[], String expected[]) { in checkArray() method in TestFmwk
518 protected static int checkArray(String msg, Locale array[], String expected[]) { in checkArray() method in TestFmwk
523 return checkArray(msg, strs, expected); in checkArray()
538 protected static int checkArray(String msg, ULocale array[], String expected[]) { in checkArray() method in TestFmwk
543 return checkArray(msg, strs, expected); in checkArray()
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dhelpers.ts9 export import checkArray = TestFSWithWatch.checkArray;
23checkArray(`Program actual files`, program.getSourceFiles().map(file => file.fileName), expectedFi…
/third_party/typescript/src/testRunner/unittests/tsserver/
Dhelpers.ts11 export import checkArray = TestFSWithWatch.checkArray;
589checkArray(`${server.ProjectKind[project.projectKind]} project: ${project.getProjectName()}:: actu…
593checkArray(`${server.ProjectKind[project.projectKind]} project: ${project.getProjectName()}::, roo…
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts193 …export function checkArray(caption: string, actual: readonly string[], expected: readonly string[]… function