Home
last modified time | relevance | path

Searched defs:checkArray (Results 1 – 3 of 3) sorted by relevance

/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
538 protected static int checkArray(String msg, ULocale array[], String expected[]) { in checkArray() method in TestFmwk
/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
513 protected static int checkArray(String msg, ULocale array[], String expected[]) { in checkArray() method in TestFmwk
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts193 …export function checkArray(caption: string, actual: readonly string[], expected: readonly string[]… function