Lines Matching defs:c0
2092 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2104 c0 = c1 = c2 = 0;
2106 (void)c0;
2111 p0 = p1; c0 = c1;
2364 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2376 c0 = c1 = c2 = 0;
2382 p0 = p1; c0 = c1;
2439 if ((fALetterSet->contains(c0) || fHebrew_LetterSet->contains(c0)) &&
2456 if (fHebrew_LetterSet->contains(c0) && fDouble_QuoteSet->contains(c1) && fHebrew_LetterSet->contains(c2)) {
2479 if (fNumericSet->contains(c0) &&
2714 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2727 c0 = c1 = c2 = 0;
2733 p0 = p1; c0 = c1;
2768 if ((fUpperSet->contains(c0) || fLowerSet->contains(c0)) &&