Home | History | Annotate | Download | only in common

Lines Matching refs:utext_current32

59     UChar32 c = utext_current32(text);
72 c = utext_current32(text);
326 UChar32 pc = utext_current32(text);
330 uc = utext_current32(text);
368 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
379 && fSuffixSet.contains(uc = utext_current32(text))) {
386 uc = utext_current32(text); // Fetch next character
554 UChar32 pc = utext_current32(text);
558 uc = utext_current32(text);
592 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
756 UChar32 pc = utext_current32(text);
760 uc = utext_current32(text);
794 while ((currPos = (int32_t)utext_getNativeIndex(text)) < rangeEnd && fMarkSet.contains(utext_current32(text))) {
805 // && fSuffixSet.contains(uc = utext_current32(text))) {
812 // uc = utext_current32(text); // Fetch next character
1067 !fHangulWordSet.contains(utext_current32(&normalizedText))) {
1087 bool is_katakana = isKatakana(utext_current32(&normalizedText));
1093 isKatakana(utext_current32(&normalizedText))) {