Home | History | Annotate | Download | only in cintltst

Lines Matching refs:c3

2686     UChar c1, c2, c3;
2717 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2718 log_verbose("c3: U+%04X, source@%d, status %s\n", c3
2720 if(status==U_INDEX_OUTOFBOUNDS_ERROR && c3==0xFFFF) {
2723 log_err("FAIL: c3 was not FFFF or err was not U_INDEXOUTOFBOUNDS_ERROR\n");