Home
last modified time | relevance | path

Searched defs:mapIterator (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java224 Iterator<Entry<String, Integer>> mapIterator = expected.entrySet().iterator(); in checkContents() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrieMapTest.java227 Iterator<Entry<String, Integer>> mapIterator = expected.entrySet().iterator(); in checkContents() local
/third_party/typescript/src/compiler/
Dcore.ts407 export function mapIterator<T, U>(iter: Iterator<T>, mapFn: (x: T) => U): Iterator<U> { function
/third_party/typescript/lib/
DtypingsInstaller.js185 function mapIterator(iter, mapFn) { function
Dtsc.js310 function mapIterator(iter, mapFn) { function