Lines Matching defs:c0
1910 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
1922 c0 = c1 = c2 = 0;
1927 p0 = p1; c0 = c1;
2170 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2182 c0 = c1 = c2 = 0;
2187 p0 = p1; c0 = c1;
2245 if (fALetterSet->contains(c0) &&
2270 if (fNumericSet->contains(c0) &&
2502 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2515 c0 = c1 = c2 = 0;
2520 p0 = p1; c0 = c1;
2555 if (fUpperSet->contains(c0) && fATermSet->contains(c1) && fUpperSet->contains(c2)) {