Lines Matching refs:c2
1820 UChar32 start, end, c2, c3;
1855 c2=u_charMirror(start);
1856 c3=u_charMirror(c2);
1858 log_err("u_charMirror() does not roundtrip: U+%04lx->U+%04lx->U+%04lx\n", (long)start, (long)c2, (long)c3);
3149 UChar32 c2;
3157 if((which&CF_SIMPLE)!=0 && (c2=u_foldCase(c, 0))!=simple) {
3158 log_err("u_foldCase(U+%04lx, default)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple);
3167 if((c2=u_foldCase(c, U_FOLD_CASE_EXCLUDE_SPECIAL_I))!=turkic) {
3168 log_err("u_foldCase(U+%04lx, turkic)=U+%04lx != U+%04lx\n", (long)c, (long)c2, (long)simple);