/external/icu/icu4c/source/tools/escapesrc/ |
tblgen.cpp | 31 ucnv_toUnicode(cnv.getAlias(), &target, u+1, &source, cp1047+1, nullptr, true, &status);
|
/external/icu/icu4c/source/io/ |
ustream.cpp | 117 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
|
ufmt_cmn.cpp | 245 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
|
ustdio.cpp | 467 ucnv_toUnicode(f->fConverter,
|
/external/icu/icu4c/source/common/ |
ustr_cnv.cpp | 141 ucnv_toUnicode(cnv,
|
unistr_cnv.cpp | 392 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
|
ustr_wcs.cpp | 448 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
|
ucnv.cpp | [all...] |
ucnv2022.cpp | [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucbuf.cpp | 85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); 222 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), 291 ucnv_toUnicode(buf->conv,&target,target+(buf->bufCapacity-offset), 600 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
|
xmlparser.cpp | 220 ucnv_toUnicode( 289 ucnv_toUnicode(
|
/external/icu/icu4c/source/test/cintltst/ |
nucnvtst.c | 588 ucnv_toUnicode (conv, [all...] |
ncnvtst.c | [all...] |
ccapitst.c | [all...] |
ncnvfbts.c | 373 ucnv_toUnicode (conv,
|
nccbtst.c | [all...] |
/external/icu/icu4c/source/samples/ucnv/ |
convsamp.cpp | 343 ucnv_toUnicode(conv, &target, targetLimit, 931 ucnv_toUnicode( conv, &target, targetLimit, 1094 ucnv_toUnicode(conv,
|
/external/icu/icu4c/source/common/unicode/ |
ucnv.h | [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/test/perf/utfperf/ |
utfperf.cpp | 205 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
|
/external/icu/libandroidicu/include/unicode/ |
ucnv.h | [all...] |
urename.h | [all...] |
/external/icu/icu4c/source/test/perf/convperf/ |
convperf.h | 63 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
|
/external/icu/icu4c/source/test/intltest/ |
convtest.cpp | [all...] |
/external/icu/icu4c/source/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...] |