Searched refs:utext_next32 (Results 1 – 15 of 15) sorted by relevance
72 utext_next32(text); in findBreaks()78 utext_next32(text); in findBreaks()83 utext_next32(text); // TODO: recast loop for postincrement in findBreaks()339 pc = utext_next32(text); in divideUpDictionaryRange()378 utext_next32(text); in divideUpDictionaryRange()392 utext_next32(text); in divideUpDictionaryRange()394 utext_next32(text); in divideUpDictionaryRange()400 utext_next32(text); in divideUpDictionaryRange()406 utext_next32(text); in divideUpDictionaryRange()408 utext_next32(text); in divideUpDictionaryRange()[all …]
52 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) { in matches()119 for (UChar32 c = utext_next32(text); c >= 0; c=utext_next32(text)) { in matches()
1617 utext_next32(fText); // TODO: recast to work directly with postincrement. in checkDictionary()1644 utext_next32(fText); in checkDictionary()1664 utext_next32(fText); // TODO: tweak for post-increment operation in checkDictionary()
93 … utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
53 c = utext_next32(ut); in utext_moveIndex32()173 utext_next32(ut); in utext_getPreviousNativeIndex()265 utext_next32(UText *ut) { in utext_next32() function367 c = utext_next32(ut); in utext_next32From()
451 utc = utext_next32(targetUT); in TestCopyMove()528 utc = utext_next32(targetUT); in TestReplace()614 foundC = utext_next32(ut); in TestAccessNoClone()622 foundC = utext_next32(ut); in TestAccessNoClone()1406 UChar c = utext_next32(&ut1); in Ticket5560()1411 c = utext_next32(&ut2); in Ticket5560()1413 c = utext_next32(&ut1); in Ticket5560()1417 c = utext_next32(&ut1); in Ticket5560()1419 c = utext_next32(&ut2); in Ticket5560()1443 while ((c = utext_next32(ut)) != U_SENTINEL) { in Ticket6847()
370 UChar32 c = utext_next32(tstr); in printStringBreaks()937 utext_next32(textToBreak); in setUTF8()
266 ca = utext_next32(uta); in testUTextEqual()267 cb = utext_next32(utb); in testUTextEqual()
348 UChar32 c=utext_next32(text); in ucharsTrieMatches()376 UChar32 c=utext_next32(text); in ucharsTrieMatches()547 UChar32 c=utext_next32(text); in bytesTrieMatches()569 UChar32 c=utext_next32(text); in bytesTrieMatches()
74 c = utext_next32(uta); in TestAPI()133 c = utext_next32(uta); in TestAPI()
102 utc = utext_next32(utext); in equals_utf8_utext()145 ca = utext_next32(uta); in testUTextEqual()146 cb = utext_next32(utb); in testUTextEqual()
486 utext_next32(UText *ut);722 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1655 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro
226 uch = utext_next32(fText.getAlias()); in next()271 while((uch=utext_next32(fText.getAlias()))!=U_SENTINEL && in next()
422 utext_next32(replacement); in appendReplacement()424 nextChar = utext_next32(replacement); in appendReplacement()3157 utext_next32(fInputText); in MatchAt()3699 UChar32 captureGroupChar = utext_next32(fAltInputText); in MatchAt()3700 UChar32 inputChar = utext_next32(fInputText); in MatchAt()