/external/icu4c/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,
|
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.c | 446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
|
ucnv.c | [all...] |
/external/icu4c/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/icu4c/test/cintltst/ |
ncnvtst.c | [all...] |
nucnvtst.c | 600 ucnv_toUnicode (conv, [all...] |
ccapitst.c | [all...] |
ncnvfbts.c | 371 ucnv_toUnicode (conv,
|
/external/icu4c/samples/ucnv/ |
convsamp.cpp | 339 ucnv_toUnicode(conv, &target, targetLimit, 929 ucnv_toUnicode( conv, &target, targetLimit,
|
/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 | 160 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &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 | 769 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp, 775 // fromSawEndOfBytes indicates that ucnv_toUnicode() is done 777 // 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);
|