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

/external/icu/icu4c/source/test/intltest/
H A Dutxttest.h41 int nativeIdx; member in struct:UTextTest::m
H A Dutxttest.cpp180 cpMap[j].nativeIdx = i;
185 cpMap[j].nativeIdx = i; // position following the last char in utf-16 string.
269 u8Map[j].nativeIdx = i;
273 u8Map[cpCount].nativeIdx = u8Len; // position following the last char in utf-8 string.
360 nativeStart = nativeMap[srcIndex].nativeIdx;
361 nativeLimit = nativeMap[srcIndex+srcLength].nativeIdx;
362 nativeDest = nativeMap[destIndex].nativeIdx;
364 u16Start = u16Map[srcIndex].nativeIdx;
365 u16Limit = u16Map[srcIndex+srcLength].nativeIdx;
366 u16Dest = u16Map[destIndex].nativeIdx;
[all...]
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1647 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); local
1648 if (nativeIdx == -1) {
1651 srcIdx = (int32_t)nativeIdx;
1654 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);

Completed in 104 milliseconds