Lines Matching refs:ucnv_getNextUChar
1056 * step==-1: call only ucnv_getNextUChar()
1057 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar()
1072 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode);
1110 // as with ucnv_getNextUChar(), we always flush (if we go to bytesLimit)
1210 // skip ucnv_getNextUChar() if !finalFlush because
1211 // ucnv_getNextUChar() always implies flush