Home | History | Annotate | Download | only in common

Lines Matching defs:uc

262     UChar32 uc;
334 uc = utext_current32(text);
341 if (fEndWordSet.contains(pc) && fBeginWordSet.contains(uc)) {
344 // two characters after uc were not 0x0E4C THANTHAKHAT before
353 pc = uc;
383 && fSuffixSet.contains(uc = utext_current32(text))) {
384 if (uc == THAI_PAIYANNOI) {
390 uc = utext_current32(text); // Fetch next character
397 if (uc == THAI_MAIYAMOK) {
589 UChar32 uc = normalizer.next();