Home
last modified time | relevance | path

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/
DUnicodeMapTest.java430 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/
DUnicodeMapTest.java433 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/
DvirtualFileSystemWithWatch.ts162 …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);