Searched refs:utext_next32 (Results 1 – 17 of 17) sorted by relevance
64 utext_next32(text); // TODO: recast loop for postincrement in findBreaks()319 pc = utext_next32(text); in divideUpDictionaryRange()358 utext_next32(text); in divideUpDictionaryRange()372 utext_next32(text); in divideUpDictionaryRange()374 utext_next32(text); in divideUpDictionaryRange()380 utext_next32(text); in divideUpDictionaryRange()386 utext_next32(text); in divideUpDictionaryRange()388 utext_next32(text); in divideUpDictionaryRange()393 utext_next32(text); in divideUpDictionaryRange()552 pc = utext_next32(text); in divideUpDictionaryRange()[all …]
54 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) { in matches()121 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) { in matches()
274 uch = utext_next32(fText.getAlias()); in breakExceptionAt()315 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in breakExceptionAt()
91 … utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
55 c = utext_next32(ut); in utext_moveIndex32()175 utext_next32(ut); in utext_getPreviousNativeIndex()267 utext_next32(UText *ut) { in utext_next32() function369 c = utext_next32(ut); in utext_next32From()
156 utext_next32(text); // TODO: cleaner loop structure. in populateDictionary()
932 utext_next32(fText); in handleNext()
450 utc = utext_next32(targetUT); in TestCopyMove()527 utc = utext_next32(targetUT); in TestReplace()613 foundC = utext_next32(ut); in TestAccessNoClone()621 foundC = utext_next32(ut); in TestAccessNoClone()1409 UChar c = utext_next32(&ut1); in Ticket5560()1414 c = utext_next32(&ut2); in Ticket5560()1416 c = utext_next32(&ut1); in Ticket5560()1420 c = utext_next32(&ut1); in Ticket5560()1422 c = utext_next32(&ut2); in Ticket5560()1446 while ((c = utext_next32(ut)) != U_SENTINEL) { in Ticket6847()
281 UChar32 c = utext_next32(tstr); in printStringBreaks()848 utext_next32(textToBreak); in setUTF8()
209 ca = utext_next32(uta); in testUTextEqual()210 cb = utext_next32(utb); in testUTextEqual()
352 UChar32 c=utext_next32(text); in ucharsTrieMatches()380 UChar32 c=utext_next32(text); in ucharsTrieMatches()551 UChar32 c=utext_next32(text); in bytesTrieMatches()573 UChar32 c=utext_next32(text); in bytesTrieMatches()
76 c = utext_next32(uta); in TestAPI()135 c = utext_next32(uta); in TestAPI()
105 utc = utext_next32(utext); in equals_utf8_utext()148 ca = utext_next32(uta); in testUTextEqual()149 cb = utext_next32(utb); in testUTextEqual()
488 utext_next32(UText *ut);724 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1681 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
814 for (UChar32 c = utext_next32From(fPattern, 0); c != U_SENTINEL; c = utext_next32(fPattern)) { in dumpPattern()
422 utext_next32(replacement); in appendReplacement()424 nextChar = utext_next32(replacement); in appendReplacement()3158 utext_next32(fInputText); in MatchAt()3712 UChar32 captureGroupChar = utext_next32(fAltInputText); in MatchAt()3713 UChar32 inputChar = utext_next32(fInputText); in MatchAt()