/external/icu/icu4c/source/io/ |
H A D | ustream.cpp | 117 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
|
H A D | ufmt_cmn.c | 243 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
|
H A D | ustdio.c | 465 ucnv_toUnicode(f->fConverter,
|
/external/icu/icu4c/source/common/ |
H A D | ustr_cnv.cpp | 138 ucnv_toUnicode(cnv,
|
H A D | unistr_cnv.cpp | 390 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
|
H A D | ustr_wcs.cpp | 446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
|
H A D | ucnv.c | 1266 /* 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 D | ucnv2022.cpp | 1309 ucnv_toUnicode(args->converter,
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | 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), 598 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
|
H A D | xmlparser.cpp | 218 ucnv_toUnicode( 287 ucnv_toUnicode(
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | nucnvtst.c | 586 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 D | ncnvtst.c | 755 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 D | ccapitst.c | 971 /*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 D | ncnvfbts.c | 371 ucnv_toUnicode (conv,
|
H A D | nccbtst.c | 2912 ucnv_toUnicode (conv, 3285 ucnv_toUnicode (conv,
|
/external/icu/icu4c/source/samples/ucnv/ |
H A D | convsamp.cpp | 334 ucnv_toUnicode(conv, &target, targetLimit, 923 ucnv_toUnicode( conv, &target, targetLimit, 1088 ucnv_toUnicode(conv,
|
/external/icu/icu4c/source/common/unicode/ |
H A D | ucnv.h | 1206 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 D | urename.h | 688 #define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) macro
|
/external/icu/icu4c/source/test/perf/utfperf/ |
H A D | utfperf.cpp | 201 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
|
/external/icu/icu4c/source/test/perf/convperf/ |
H A D | convperf.h | 59 ucnv_toUnicode(conv, &myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
|
/external/icu/icu4c/source/test/intltest/ |
H A D | convtest.cpp | 872 // 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 D | uconv.cpp | 770 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
|