• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/

Lines Matching refs:ucnv_getNextUChar

186         c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
190 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
197 log_err("%s ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
211 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
263 /* test ucnv_getNextUChar() for charsets that encode single surrogates with complete byte sequences */
2691 c1=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2694 c2=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2697 c3=ucnv_getNextUChar(cnv, &source, sourceLim, &status);
2971 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
2975 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
2986 log_err("%s ucnv_getNextUChar() Expected: \\u%04X Got: \\u%04X \n",message,(uint32_t) (*r),c);
4713 * see javadoc for ucnv_getNextUChar() and implementation notes in ucnvmbcs.c .
4973 uniChar=ucnv_getNextUChar(cnv, &source, source + (off[1] - off[0]), &errorCode);
4975 log_err("LMBCS-1 ucnv_getNextUChar() failed: %s\n", u_errorName(errorCode));
4978 log_err("LMBCS-1 ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
5160 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)(pLIn-1), &errorCode);
5163 log_err("Unexpected Error on negative source request to ucnv_getNextUChar: %s\n", u_errorName(errorCode));
5178 uniChar = ucnv_getNextUChar(cnv, (const char **)&pLIn, (const char *)pLIn, &errorCode);
5329 /*result = */ucnv_getNextUChar (cnv, &testBuffer, testEnd , &status);