Searched refs:nativeIdx (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/intltest/
H A Dutxttest.h40 int nativeIdx; member in struct:UTextTest::m
H A Dutxttest.cpp178 cpMap[j].nativeIdx = i;
183 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string.
267 u8Map[j].nativeIdx = i;
271 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.
358 nativeStart = nativeMap[srcIndex].nativeIdx;
359 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
360 nativeDest = nativeMap[destIndex].nativeIdx;
362 u16Start = u16Map[srcIndex].nativeIdx;
363 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
364 u16Dest = u16Map[destIndex].nativeIdx;
[all...]
/external/icu4c/i18n/
H A Duregex.cpp1617 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); local
1618 if (nativeIdx == -1) {
1621 srcIdx = (int32_t)nativeIdx;
1624 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);

Completed in 542 milliseconds