Lines Matching refs:ucnv_getNextUChar

184         c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
188 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
195 log_err("%s ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
209 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
261 /* test ucnv_getNextUChar() for charsets that encode single surrogates with complete byte sequences */
2694 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2697 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2700 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2974 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
2978 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
2989 log_err("%s ucnv_getNextUChar() Expected: \\u%04X Got: \\u%04X \n",message,(uint32_t) (*r),c);
4716 * see javadoc for ucnv_getNextUChar() and implementation notes in ucnvmbcs.c .
4976 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode);
4978 log_err("LMBCS-1 ucnv_getNextUChar() failed: %s\n", u_errorName(errorCode));
4981 log_err("LMBCS-1 ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
5163 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode);
5166 log_err("Unexpected Error on negative source request to ucnv_getNextUChar: %s\n", u_errorName(errorCode));
5181 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode);
5332 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status);