HomeSort by relevance Sort by last modified time
    Searched refs:ucnv_toUnicode (Results 1 - 25 of 32) sorted by null

1 2

  /external/icu4c/io/
ustream.cpp 114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
ufmt_cmn.c 240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
ustdio.c 462 ucnv_toUnicode(f->fConverter,
  /external/icu4c/common/
ustr_cnv.c 138 ucnv_toUnicode(cnv,
unistr_cnv.cpp 400 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
ustr_wcs.cpp 446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
ucnv.c     [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
220 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
289 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
599 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
xmlparser.cpp 218 ucnv_toUnicode(
287 ucnv_toUnicode(
  /external/icu4c/test/cintltst/
ncnvtst.c     [all...]
nucnvtst.c 602 ucnv_toUnicode (conv,
    [all...]
ccapitst.c     [all...]
ncnvfbts.c 371 ucnv_toUnicode (conv,
  /external/icu4c/samples/ucnv/
convsamp.cpp 334 ucnv_toUnicode(conv, &target, targetLimit,
924 ucnv_toUnicode( conv, &target, targetLimit,
1089 ucnv_toUnicode(conv,
  /external/icu4c/common/unicode/
ucnv.h     [all...]
  /external/icu4c/test/perf/utfperf/
utfperf.cpp 202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucnv.h     [all...]
  /external/webkit/Source/WebCore/platform/text/
TextCodecICU.cpp 255 ucnv_toUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, offsets, flush, &err);
  /external/icu4c/test/perf/convperf/
convperf.h 59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 182 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
199 maybeThrowIcuException(env, "ucnv_toUnicode", errorCode);
  /external/icu4c/test/intltest/
convtest.cpp 798 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
823 ucnv_toUnicode(cnv,
869 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar()
870 * if step==-2 or -3, then give ucnv_toUnicode() the whole remaining input,
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 772 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp,
778 // fromSawEndOfBytes indicates that ucnv_toUnicode() is done
780 // It works like this because ucnv_toUnicode() returns only under the
    [all...]
  /external/icu4c/tools/genrb/
derb.c 443 ucnv_toUnicode(defaultConverter, &bufp, bufend, &str, strEnd, 0, 0, &err);

Completed in 2808 milliseconds

1 2