Searched refs:utext_getNativeIndex (Results 1 – 17 of 17) sorted by relevance
55 int32_t start = (int32_t)utext_getNativeIndex(text); in findBreaks()60 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) { in findBreaks()131 int32_t start = (int32_t)utext_getNativeIndex(text); in candidates()227 if (utext_getNativeIndex(text) >= rangeEnd) { in divideUpDictionaryRange()242 while (U_SUCCESS(status) && (current = (int32_t)utext_getNativeIndex(text)) < rangeEnd) { in divideUpDictionaryRange()258 if ((int32_t)utext_getNativeIndex(text) >= rangeEnd) { in divideUpDictionaryRange()271 if ((int32_t)utext_getNativeIndex(text) >= rangeEnd) { in divideUpDictionaryRange()301 …if ((int32_t)utext_getNativeIndex(text) < rangeEnd && cpWordLength < THAI_ROOT_COMBINE_THRESHOLD)… in divideUpDictionaryRange()313 int32_t pcIndex = (int32_t)utext_getNativeIndex(text); in divideUpDictionaryRange()315 int32_t pcSize = (int32_t)utext_getNativeIndex(text) - pcIndex; in divideUpDictionaryRange()[all …]
50 int32_t startingTextIndex = (int32_t)utext_getNativeIndex(text); in matches()56 int32_t lengthMatched = (int32_t)utext_getNativeIndex(text) - startingTextIndex; in matches()117 int32_t startingTextIndex = (int32_t)utext_getNativeIndex(text); in matches()123 int32_t lengthMatched = (int32_t)utext_getNativeIndex(text) - startingTextIndex; in matches()
502 int64_t pos = utext_getNativeIndex(&fText); in refreshInputText()509 if (utext_getNativeIndex(&fText) != pos) { in refreshInputText()611 startPos = (int32_t)utext_getNativeIndex(&fText); in following()633 int32_t adjustedOffset = static_cast<int32_t>(utext_getNativeIndex(&fText)); in preceding()660 int32_t adjustedOffset = static_cast<int32_t>(utext_getNativeIndex(&fText)); in isBoundary()853 RBBIDebugPrintf(" %4" PRId64 " ", utext_getNativeIndex(&fText)); in handleNext()927 result = (int32_t)utext_getNativeIndex(&fText); in handleNext()992 RBBIDebugPrintf(" %4d ", (int32_t)utext_getNativeIndex(&fText)); in handleSafePrevious()
82 while((int32_t)utext_getNativeIndex(text) < endPos && fHandled->contains(c)) { in findBreaks()
283 bestPosn = utext_getNativeIndex(fText.getAlias()); in breakExceptionAt()292 bestPosn = utext_getNativeIndex(fText.getAlias()); in breakExceptionAt()
99 utext_getNativeIndex(const UText *ut) { in utext_getNativeIndex() function451 if (utext_getNativeIndex(a) != utext_getNativeIndex(b)) { in utext_equals()2765 int64_t ix = utext_getNativeIndex((UText *)src); in charIterTextClone()
457 uti = utext_getNativeIndex(targetUT); in TestCopyMove()466 uti = utext_getNativeIndex(targetUT); in TestCopyMove()534 uti = utext_getNativeIndex(targetUT); in TestReplace()540 uti = utext_getNativeIndex(targetUT); in TestReplace()610 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()645 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()651 len = utext_getNativeIndex(ut); in TestAccessNoClone()658 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()671 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()679 foundIndex = utext_getNativeIndex(ut); in TestAccessNoClone()[all …]
125 int64_t oldIndex = utext_getNativeIndex(text); in utextToPrintable()2020 REGEX_ASSERT(utext_getNativeIndex(result) == 0); in API_Match_UTF8()2027 REGEX_ASSERT(utext_getNativeIndex(result) == 2); in API_Match_UTF8()2035 REGEX_ASSERT(utext_getNativeIndex(result) == 2); in API_Match_UTF8()2043 REGEX_ASSERT(utext_getNativeIndex(result) == 4); in API_Match_UTF8()2051 REGEX_ASSERT(utext_getNativeIndex(result) == 4); in API_Match_UTF8()2059 REGEX_ASSERT(utext_getNativeIndex(result) == 8); in API_Match_UTF8()2067 REGEX_ASSERT(utext_getNativeIndex(result) == 8); in API_Match_UTF8()5050 REGEX_ASSERT(utext_getNativeIndex(actual) == 6); in PreAllocatedUTextCAPI()5059 REGEX_ASSERT(utext_getNativeIndex(actual) == 9); // position of " interior " in PreAllocatedUTextCAPI()[all …]
142 for (int j = 0; j < utext_nativeLength(tstr); j=utext_getNativeIndex(tstr)) { in printStringBreaks()451 while (textMap->size() < utext_getNativeIndex(textToBreak)) { in setUTF8()669 int32_t j = utext_getNativeIndex(t->textToBreak) - 1; in executeTest()
152 i = utext_getNativeIndex(uta); in TestAPI()158 i = utext_getNativeIndex(uta); in TestAPI()163 i = utext_getNativeIndex(uta); in TestAPI()168 i = utext_getNativeIndex(uta); in TestAPI()
1784 … TEST_ASSERT(utext_getNativeIndex(actual) == 6); /* index of "abc " within "noise abc ..." */ in TestUTextAPI()1796 …TEST_ASSERT(9 == utext_getNativeIndex(actual)); /* index of " interior " within "noise abc inte… in TestUTextAPI()
566 utext_getNativeIndex(const UText *ut);
1717 #define utext_getNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_getNativeIndex) macro
1931 int64_t pos = utext_getNativeIndex(fInputText); in refreshInputText()1940 pos = utext_getNativeIndex(fAltInputText); in refreshInputText()3703 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()3707 if (utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()3752 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()3756 … if (!inputItr.inExpansion() && utext_getNativeIndex(fInputText) >= fActiveLimit) { in MatchAt()
2854 return utext_getNativeIndex(ut); in utext_getNativeIndex_android()