Home | History | Annotate | Download | only in common

Lines Matching refs:utext_current32

56     UChar32 c = utext_current32(text);
69 c = utext_current32(text);
323 UChar32 pc = utext_current32(text);
327 uc = utext_current32(text);
365 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
376 && fSuffixSet.contains(uc = utext_current32(text))) {
383 uc = utext_current32(text); // Fetch next character
551 UChar32 pc = utext_current32(text);
555 uc = utext_current32(text);
589 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
753 UChar32 pc = utext_current32(text);
757 uc = utext_current32(text);
791 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
802 // && fSuffixSet.contains(uc = utext_current32(text))) {
809 // uc = utext_current32(text); // Fetch next character
1064 !fHangulWordSet.contains(utext_current32(&normalizedText))) {
1084 bool is_katakana = isKatakana(utext_current32(&normalizedText));
1090 isKatakana(utext_current32(&normalizedText))) {