Home | History | Annotate | Download | only in intltest

Lines Matching defs:ca

266     UChar32 ca = 0;
271 ca = utext_next32(uta);
273 if (ca != cb) {
276 } while (ca != U_SENTINEL);
277 return ca == cb;