Home
last modified time | relevance | path

Searched defs:nativeMap (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DcreateMapShim.ts142 let nativeMap = new Map<string, string>(); variable
164 let nativeMap = new Map<any, string>(); variable
/third_party/icu/icu4c/source/test/intltest/
Dutxttest.cpp302 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR()