Searched defs:nativeIdx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dutxttest.h39 int nativeIdx; member in struct:UTextTest::m
/external/icu/icu4c/source/test/intltest/
H A Dutxttest.h40 int nativeIdx; member in struct:UTextTest::m
/external/chromium_org/third_party/icu/source/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);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1623 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); local
1624 if (nativeIdx == -1) {
1627 srcIdx = (int32_t)nativeIdx;
1630 srcIdx = utext_extract(m->fInputText, 0, nativeIdx, NULL, 0, &status);

Completed in 236 milliseconds