Home
last modified time | relevance | path

Searched refs:nativeMap (Results 1 - 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.h52 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
H A Dutxttest.cpp296 // nativeMap Mapping from code points to native indexes for the UText.
302 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { in TestCMR() argument
363 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()
364 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()
365 nativeDest = nativeMap[destIndex].nativeIdx; in TestCMR()

Completed in 3 milliseconds