Home | History | Annotate | Download | only in intltest

Lines Matching defs:c0

2477     UChar32 c0, c1, c2, c3;   // The code points at p0, p1, p2 & p3.
2489 c0 = c1 = c2 = 0;
2494 p0 = p1; c0 = c1;
2709 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2721 c0 = c1 = c2 = 0;
2726 p0 = p1; c0 = c1;
2784 if (fALetterSet->contains(c0) &&
2809 if (fNumericSet->contains(c0) &&
3034 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
3047 c0 = c1 = c2 = 0;
3052 p0 = p1; c0 = c1;
3087 if (fUpperSet->contains(c0) && fATermSet->contains(c1) && fUpperSet->contains(c2)) {