Lines Matching refs:c0
2529 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2541 c0 = c1 = c2 = 0;
2546 p0 = p1; c0 = c1;
2761 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2773 c0 = c1 = c2 = 0;
2778 p0 = p1; c0 = c1;
2836 if (fALetterSet->contains(c0) &&
2861 if (fNumericSet->contains(c0) &&
3086 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
3099 c0 = c1 = c2 = 0;
3104 p0 = p1; c0 = c1;
3139 if (fUpperSet->contains(c0) && fATermSet->contains(c1) && fUpperSet->contains(c2)) {