Searched refs:ucnv_toUnicode (Results 1 - 22 of 22) sorted by relevance

/external/icu/icu4c/source/io/
H A Dustream.cpp117 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
H A Dufmt_cmn.c243 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
H A Dustdio.c465 ucnv_toUnicode(f->fConverter,
/external/icu/icu4c/source/common/
H A Dustr_cnv.cpp138 ucnv_toUnicode(cnv,
H A Dunistr_cnv.cpp390 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
H A Dustr_wcs.cpp446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
H A Ducnv.c1266 /* ucnv_toUnicode() --------------------------------------------------------- */
1614 ucnv_toUnicode(UConverter *cnv, function
1812 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1824 ucnv_toUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
2083 * int32_t. See ucnv_toUnicode() for a more detailed comment.
H A Ducnv2022.cpp1309 ucnv_toUnicode(args->converter,
/external/icu/icu4c/source/tools/toolutil/
H A Ducbuf.c83 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),
598 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
H A Dxmlparser.cpp218 ucnv_toUnicode(
287 ucnv_toUnicode(
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c586 ucnv_toUnicode (conv,
1470 ucnv_toUnicode(cnv, &u, u+20, &s, s+3, NULL, TRUE, &errorCode);
2681 ucnv_toUnicode(cnv, &target, targetLim, &source, sourceLim, NULL, TRUE, &status);
2810 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2819 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,FALSE,&errorCode);
2825 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2930 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2941 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,FALSE,&errorCode);
2947 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
3121 ucnv_toUnicode(cn
[all...]
H A Dncnvtst.c755 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
761 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
860 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
866 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
892 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
898 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
1138 ucnv_toUnicode (conv,
1447 ucnv_toUnicode (conv,
1824 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &errorCode);
1833 ucnv_toUnicode(cn
[all...]
H A Dccapitst.c971 /*testing for ucnv_fromUnicode() and ucnv_toUnicode() */
993 log_verbose("Testing ucnv_toUnicode().....\n");
996 ucnv_toUnicode(myConverter, &my_ucs_file_buffer_1,
1009 log_verbose("ucnv_toUnicode() o.k.\n");
1858 ucnv_toUnicode(cnv2,
3121 ucnv_toUnicode(cnv, &pu, uNormal+UPRV_LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3126 ucnv_toUnicode(swapCnv, &pu, uSwapped+UPRV_LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3322 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &status);
3325 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status));
3364 ucnv_toUnicode(cn
[all...]
H A Dncnvfbts.c371 ucnv_toUnicode (conv,
H A Dnccbtst.c2912 ucnv_toUnicode (conv,
3285 ucnv_toUnicode (conv,
/external/icu/icu4c/source/samples/ucnv/
H A Dconvsamp.cpp334 ucnv_toUnicode(conv, &target, targetLimit,
923 ucnv_toUnicode( conv, &target, targetLimit,
1088 ucnv_toUnicode(conv,
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1206 ucnv_toUnicode(UConverter *converter,
1252 * This function is a more convenient but less powerful version of ucnv_toUnicode().
1270 * @see ucnv_toUnicode
1284 * Advantage compared to ucnv_toUnicode() or ucnv_toUChars():
1288 * it uses ucnv_toUnicode() internally.)
1291 * Limitations compared to ucnv_toUnicode():
1299 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1302 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1304 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1310 * to convert using ucnv_toUnicode() o
[all...]
H A Durename.h688 #define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) macro
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp201 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp872 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
897 ucnv_toUnicode(cnv,
943 * otherwise alternate between ucnv_toUnicode() and ucnv_getNextUChar()
944 * if step==-2 or -3, then give ucnv_toUnicode() the whole remaining input,
1007 ucnv_toUnicode(cnv,
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp770 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp,
776 // fromSawEndOfBytes indicates that ucnv_toUnicode() is done
778 // It works like this because ucnv_toUnicode() returns only under the

Completed in 302 milliseconds