Searched refs:checkMap (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 430 checkMap(map2, localMap); in checkNext() 444 checkMap(map2, localMap); in checkNext() 462 void checkMap(Map m1, Map m2) { in checkMap() method in UnicodeMapTest
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
D | UnicodeMapTest.java | 433 checkMap(map2, localMap); in checkNext() 447 checkMap(map2, localMap); in checkNext() 465 void checkMap(Map m1, Map m2) { in checkMap() method in UnicodeMapTest
|
/third_party/typescript/src/harness/ |
D | virtualFileSystemWithWatch.ts | 162 …export function checkMap<T, U = undefined>(caption: string, actual: MultiMap<string, T>, expectedK… function 163 …export function checkMap<T, U = undefined>(caption: string, actual: MultiMap<string, T>, expectedK… 164 …export function checkMap<T>(caption: string, actual: ESMap<string, T> | MultiMap<string, T>, expec… 165 export function checkMap<T, U = undefined>( 194 checkMap(caption, arrayToMap(actual, identity), expected, /*eachKeyCount*/ undefined);
|