HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_getNextUChar (Results 1 - 15 of 15) sorted by null

  /external/icu4c/samples/ucnv/
convsamp.cpp 446 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
589 target = ucnv_getNextUChar (conv,
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/icu4c/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 179 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
183 log_err("%s ucnv_getNextUChar() failed: %s\n", message, u_errorName(errorCode));
190 log_err("%s ucnv_getNextUChar() result %lx from %d bytes, should have been %lx from %d bytes.\n",
204 c=ucnv_getNextUChar(cnv, &s, limit, &errorCode);
256 /* test ucnv_getNextUChar() for charsets that encode single surrogates with complete byte sequences */
    [all...]
ccapitst.c 721 c=ucnv_getNextUChar(cnv, &source, limit, &err);
723 log_err("ucnv_getNextUChar() failed: %s\n", u_errorName(err));
    [all...]
ncnvtst.c     [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 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 */
    [all...]
ccapitst.c 678 c=ucnv_getNextUChar(cnv, &source, limit, &err);
680 log_err("ucnv_getNextUChar() failed: %s\n", u_errorName(err));
    [all...]
ncnvtst.c     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
convtest.cpp 841 * step==-1: call only ucnv_getNextUChar()
842 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar()
857 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode);
895 // as with ucnv_getNextUChar(), we always flush (if we go to bytesLimit)
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 870 * step==-1: call only ucnv_getNextUChar()
871 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar()
886 c=ucnv_getNextUChar(cnv, &source, bytesLimit, pErrorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv.c     [all...]
  /external/icu4c/common/
ucnv.c     [all...]

Completed in 714 milliseconds