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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dutxttest.h39 int nativeIdx; member in struct:UTextTest::m
H A Dutxttest.cpp176 cpMap[j].nativeIdx = i;
181 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string.
265 u8Map[j].nativeIdx = i;
269 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.
356 nativeStart = nativeMap[srcIndex].nativeIdx;
357 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
358 nativeDest = nativeMap[destIndex].nativeIdx;
360 u16Start = u16Map[srcIndex].nativeIdx;
361 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
362 u16Dest = u16Map[destIndex].nativeIdx;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Duregex.cpp1620 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); local
1621 if (nativeIdx == -1) {
1624 srcIdx = (int32_t)nativeIdx;
1627 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);

Completed in 185 milliseconds