Lines Matching defs:c3
2092 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2103 c3 = fText->char32At(prevPos);
2113 p2 = p3; c2 = c3;
2117 c3 = fText->char32At(p3);
2364 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2375 c3 = fText->char32At(prevPos);
2384 p2 = p3; c2 = c3;
2390 c3 = fText->char32At(p3);
2395 while (fFormatSet->contains(c3) || fExtendSet->contains(c3));
2434 (fALetterSet->contains(c3) || fHebrew_LetterSet->contains(c3))) {
2451 if (fHebrew_LetterSet->contains(c1) && fDouble_QuoteSet->contains(c2) && fHebrew_LetterSet->contains(c3)) {
2488 fNumericSet->contains(c3)) {
2714 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2726 c3 = fText->char32At(prevPos);
2735 p2 = p3; c2 = c3;
2739 c3 = cAt(p3);