Searched refs:nativeIdx (Results 1 – 3 of 3) sorted by relevance
180 cpMap[j].nativeIdx = i; in TestString()185 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string. in TestString()269 u8Map[j].nativeIdx = i; in TestString()273 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string. in TestString()360 nativeStart = nativeMap[srcIndex].nativeIdx; in TestCMR()361 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx; in TestCMR()362 nativeDest = nativeMap[destIndex].nativeIdx; in TestCMR()364 u16Start = u16Map[srcIndex].nativeIdx; in TestCMR()365 u16Limit = u16Map[srcIndex+srcLength].nativeIdx; in TestCMR()366 u16Dest = u16Map[destIndex].nativeIdx; in TestCMR()[all …]
41 int nativeIdx; member
1647 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail() local1648 if (nativeIdx == -1) { in appendTail()1651 srcIdx = (int32_t)nativeIdx; in appendTail()1654 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status); in appendTail()