Home | History | Annotate | Download | only in intltest

Lines Matching defs:ca

261     UChar32 ca = 0;
266 ca = utext_next32(uta);
268 if (ca != cb) {
271 } while (ca != U_SENTINEL);
272 return ca == cb;