| /third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| D | TestFmwk.java | 445 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/ |
| D | CollationServiceTest.java | 328 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/ |
| D | CollationServiceTest.java | 331 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/ |
| D | TestFmwk.java | 470 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/ |
| D | helpers.ts | 9 export import checkArray = TestFSWithWatch.checkArray; 23 …checkArray(`Program actual files`, program.getSourceFiles().map(file => file.fileName), expectedFi…
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | helpers.ts | 11 export import checkArray = TestFSWithWatch.checkArray; 589 …checkArray(`${server.ProjectKind[project.projectKind]} project: ${project.getProjectName()}:: actu… 593 …checkArray(`${server.ProjectKind[project.projectKind]} project: ${project.getProjectName()}::, roo…
|
| /third_party/typescript/src/harness/ |
| D | virtualFileSystemWithWatch.ts | 193 …export function checkArray(caption: string, actual: readonly string[], expected: readonly string[]… function
|