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