/external/icu/icu4c/source/common/ |
D | dictbe.cpp | 77 utext_setNativeIndex(text, start); in findBreaks() 91 utext_setNativeIndex(text, current); in findBreaks() 162 utext_setNativeIndex(text, start); in candidates() 166 utext_setNativeIndex(text, start+cuLengths[count-1]); in candidates() 175 utext_setNativeIndex(text, offset + cuLengths[mark]); in acceptMarked() 183 utext_setNativeIndex(text, offset + cuLengths[--current]); in backUp() 250 utext_setNativeIndex(text, rangeStart); in divideUpDictionaryRange() 255 utext_setNativeIndex(text, rangeStart); in divideUpDictionaryRange() 265 utext_setNativeIndex(text, rangeStart); in divideUpDictionaryRange() 354 utext_setNativeIndex(text, current + cuWordLength + chars); in divideUpDictionaryRange() [all …]
|
D | rbbi.cpp | 508 utext_setNativeIndex(fText, pos); in refreshInputText() 531 utext_setNativeIndex(fText, 0); in first() 549 utext_setNativeIndex(fText, pos); in last() 586 utext_setNativeIndex(fText, pos); in next() 622 utext_setNativeIndex(fText, pos); in previous() 658 utext_setNativeIndex(fText, 0); in previous() 687 utext_setNativeIndex(fText, lastResult); in previous() 717 utext_setNativeIndex(fText, offset); in following() 733 utext_setNativeIndex(fText, pos); in following() 749 utext_setNativeIndex(fText, offset); in following() [all …]
|
D | filteredbrk.cpp | 261 utext_setNativeIndex(fText.getAlias(), n); // from n.. in breakExceptionAt() 311 utext_setNativeIndex(fText.getAlias(), bestPosn); // hope that's close .. in breakExceptionAt()
|
D | utext.cpp | 107 utext_setNativeIndex(UText *ut, int64_t index) { in utext_setNativeIndex() function 251 utext_setNativeIndex(ut, nativeIndex); in utext_char32At() 366 utext_setNativeIndex(ut, index); in utext_next32From() 414 utext_setNativeIndex(ut, index); in utext_previous32From() 2745 utext_setNativeIndex(dest, ix); in charIterTextClone()
|
/external/icu/icu4c/source/test/intltest/ |
D | utxttest.cpp | 448 utext_setNativeIndex(targetUT, 0); in TestCopyMove() 525 utext_setNativeIndex(targetUT, 0); in TestReplace() 558 utext_setNativeIndex(ut, 0); in TestAccess() 570 utext_setNativeIndex(shallowClone, 0); in TestAccess() 626 utext_setNativeIndex(ut, 0); in TestAccessNoClone() 653 utext_setNativeIndex(ut, len); in TestAccessNoClone() 687 utext_setNativeIndex(ut, len); in TestAccessNoClone() 748 utext_setNativeIndex(ut, 0); in TestAccessNoClone() 759 utext_setNativeIndex(ut, 0); in TestAccessNoClone() 771 utext_setNativeIndex(ut, i); in TestAccessNoClone() [all …]
|
D | regextst.cpp | 185 utext_setNativeIndex(text, 0); in utextToPrintable() 209 utext_setNativeIndex(text, oldIndex); in utextToPrintable() 266 utext_setNativeIndex(uta, 0); in testUTextEqual() 267 utext_setNativeIndex(utb, 0); in testUTextEqual() 294 utext_setNativeIndex(actual, 0); in assertUText() 316 utext_setNativeIndex(actual, 0); in assertUTextInvariant() 5051 utext_setNativeIndex(resultText, 0); in PreAllocatedUTextCAPI() 5052 utext_setNativeIndex(&text1, 0); in PreAllocatedUTextCAPI() 5058 utext_setNativeIndex(resultText, 0); in PreAllocatedUTextCAPI() 5059 utext_setNativeIndex(&text1, 0); in PreAllocatedUTextCAPI() [all …]
|
D | rbbitst.cpp | 367 utext_setNativeIndex(tstr, 0); in printStringBreaks() 1157 utext_setNativeIndex(t->textToBreak, i); in executeTest()
|
/external/icu/icu4c/source/test/cintltst/ |
D | utexttst.c | 153 utext_setNativeIndex(uta, 0); in TestAPI() 169 utext_setNativeIndex(uta, 0); in TestAPI()
|
D | reapits.c | 99 utext_setNativeIndex(utext, 0); in equals_utf8_utext() 116 utext_setNativeIndex(actual, 0); in test_assert_utext() 142 utext_setNativeIndex(uta, 0); in testUTextEqual() 143 utext_setNativeIndex(utb, 0); in testUTextEqual() 1619 utext_setNativeIndex(resultText, 0); in TestUTextAPI() 1620 utext_setNativeIndex(&text1, 0); in TestUTextAPI() 1630 utext_setNativeIndex(resultText, 0); in TestUTextAPI() 1631 utext_setNativeIndex(&text1, 0); in TestUTextAPI() 1639 utext_setNativeIndex(resultText, 0); in TestUTextAPI() 1640 utext_setNativeIndex(&text2, 0); in TestUTextAPI()
|
/external/icu/icu4c/source/common/unicode/ |
D | utext.h | 590 utext_setNativeIndex(UText *ut, int64_t nativeIndex); 772 utext_setNativeIndex((ut), (ix)); } }
|
D | urename.h | 1667 #define utext_setNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_setNativeIndex) macro
|
/external/icu/icu4c/source/test/perf/dicttrieperf/ |
D | dicttrieperf.cpp | 393 utext_setNativeIndex(text, lastMatch); in ucharsTrieMatches()
|
/external/icu/icu4c/source/i18n/ |
D | rematch.cpp | 1933 utext_setNativeIndex(fInputText, pos); in refreshInputText() 1941 utext_setNativeIndex(fAltInputText, pos); in refreshInputText() 3735 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt() 3736 utext_setNativeIndex(fInputText, fp->fInputIdx); in MatchAt()
|