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

1 2

  /external/chromium_org/third_party/icu/source/io/
ustream.cpp 118 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
ufmt_cmn.c 240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
  /external/icu/icu4c/source/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,
  /external/chromium_org/third_party/icu/source/common/
ustr_cnv.c 138 ucnv_toUnicode(cnv,
unistr_cnv.cpp 400 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
ustr_wcs.c 439 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
219 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
288 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset),
598 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
xmlparser.cpp 218 ucnv_toUnicode(
287 ucnv_toUnicode(
  /external/icu/icu4c/source/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);
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 581 ucnv_toUnicode (conv,
    [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 588 ucnv_toUnicode (conv,
    [all...]
ncnvtst.c     [all...]
ccapitst.c     [all...]
  /external/icu/icu4c/source/samples/ucnv/
convsamp.cpp 334 ucnv_toUnicode(conv, &target, targetLimit,
923 ucnv_toUnicode( conv, &target, targetLimit,
1088 ucnv_toUnicode(conv,
  /external/chromium_org/third_party/icu/source/common/unicode/
ucnv.h     [all...]
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
utfperf.cpp 202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
  /external/icu/icu4c/source/common/unicode/
ucnv.h     [all...]
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);

Completed in 272 milliseconds

1 2