Home | History | Annotate | Download | only in intltest

Lines Matching refs:nativeMap

292 //              nativeMap  Mapping from code points to native indexes for the UText.
298 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) {
359 nativeStart = nativeMap[srcIndex].nativeIdx;
360 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
361 nativeDest = nativeMap[destIndex].nativeIdx;