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

  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 455 p = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
598 target = ucnv_getNextUChar (conv,
  /external/icu/icu4c/source/common/unicode/
ucnv.h     [all...]
urename.h     [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 374 UChar32 c = ucnv_getNextUChar(conv, &source, sourceLimit, &status);
  /external/icu/icu4c/source/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/icu/icu4c/source/common/
ucnv.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
convtest.cpp     [all...]

Completed in 1038 milliseconds