Searched refs:utext_next32 (Results 1 – 10 of 10) sorted by relevance
69 utext_next32(text); // TODO: recast loop for postincrement in findBreaks()328 utext_next32(text); in divideUpDictionaryRange()368 utext_next32(text); in divideUpDictionaryRange()382 utext_next32(text); in divideUpDictionaryRange()383 utext_next32(text); in divideUpDictionaryRange()389 utext_next32(text); in divideUpDictionaryRange()395 utext_next32(text); in divideUpDictionaryRange()396 utext_next32(text); in divideUpDictionaryRange()401 utext_next32(text); in divideUpDictionaryRange()561 utext_next32(text); in divideUpDictionaryRange()[all …]
90 … utext_next32(text); // TODO: recast loop to work with post-increment operations. in findBreaks()
150 uc = utext_next32(text); in search()180 UChar32 uc = utext_next32(fIter); // TODO: supplemetary support? in addWord()503 utext_next32(text); in matches()524 utext_next32(text); in matches()
1636 utext_next32(fText); // TODO: recast to work directly with postincrement. in checkDictionary()1663 utext_next32(fText); in checkDictionary()1683 utext_next32(fText); // TODO: tweak for post-increment operation in checkDictionary()
50 c = utext_next32(ut); in utext_moveIndex32()170 utext_next32(ut); in utext_getPreviousNativeIndex()262 utext_next32(UText *ut) { in utext_next32() function364 c = utext_next32(ut); in utext_next32From()
73 c = utext_next32(uta); in TestAPI()132 c = utext_next32(uta); in TestAPI()
400 UChar32 c=utext_next32(text); in ucharsTrieMatches()428 UChar32 c=utext_next32(text); in ucharsTrieMatches()599 UChar32 c=utext_next32(text); in bytesTrieMatches()621 UChar32 c=utext_next32(text); in bytesTrieMatches()
449 utc = utext_next32(targetUT); in TestCopyMove()526 utc = utext_next32(targetUT); in TestReplace()612 foundC = utext_next32(ut); in TestAccessNoClone()620 foundC = utext_next32(ut); in TestAccessNoClone()1878 UChar c = utext_next32(&ut1); in Ticket5560()1883 c = utext_next32(&ut2); in Ticket5560()1885 c = utext_next32(&ut1); in Ticket5560()1889 c = utext_next32(&ut1); in Ticket5560()1891 c = utext_next32(&ut2); in Ticket5560()1915 while ((c = utext_next32(ut)) != U_SENTINEL) { in Ticket6847()
486 utext_next32(UText *ut);861 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1624 #define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) macro