Searched refs:nativeIdx (Results 1 – 3 of 3) sorted by relevance
186 cpMap[j].nativeIdx = i; in TestString()191 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string. in TestString()275 u8Map[j].nativeIdx = i; in TestString()279 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string. in TestString()366 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()367 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()368 nativeDest = nativeMap[destIndex].nativeIdx; in TestCMR()370 u16Start = u16Map[srcIndex].nativeIdx; in TestCMR()371 u16Limit = u16Map[srcIndex+srcLength].nativeIdx; in TestCMR()372 u16Dest = u16Map[destIndex].nativeIdx; in TestCMR()[all …]
44 int nativeIdx; member
1649 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail() local1650 if (nativeIdx == -1) { in appendTail()1653 srcIdx = (int32_t)nativeIdx; in appendTail()1656 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status); in appendTail()