Home | History | Annotate | Download | only in intltest

Lines Matching refs:c0

1909     UChar32 c0, c1, c2, c3;   // The code points at p0, p1, p2 & p3.
1921 c0 = c1 = c2 = 0;
1923 (void)c0;
1928 p0 = p1; c0 = c1;
2181 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2193 c0 = c1 = c2 = 0;
2199 p0 = p1; c0 = c1;
2256 if ((fALetterSet->contains(c0) || fHebrew_LetterSet->contains(c0)) &&
2273 if (fHebrew_LetterSet->contains(c0) && fDouble_QuoteSet->contains(c1) && fHebrew_LetterSet->contains(c2)) {
2296 if (fNumericSet->contains(c0) &&
2531 UChar32 c0, c1, c2, c3; // The code points at p0, p1, p2 & p3.
2544 c0 = c1 = c2 = 0;
2550 p0 = p1; c0 = c1;
2585 if (fUpperSet->contains(c0) && fATermSet->contains(c1) && fUpperSet->contains(c2)) {