Home | History | Annotate | Download | only in intltest

Lines Matching refs:aa

430     UnicodeString aa, bb;
432 Normalizer::decompose(a, FALSE, 0, aa, ec);
434 if (aa == bb) return TRUE;
435 if (aa.caseCompare(bb, U_FOLD_CASE_DEFAULT)==0 && isCamel(aa)) return TRUE;