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

12

/external/chromium_org/third_party/icu/source/io/
H A Dustream.cpp114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
H A Dufmt_cmn.c240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
/external/icu/icu4c/source/io/
H A Dustream.cpp114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
H A Dufmt_cmn.c240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
/external/chromium_org/third_party/icu/source/common/
H A Dustr_cnv.c138 ucnv_toUnicode(cnv,
H A Dunistr_cnv.cpp400 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);
/external/chromium_org/third_party/icu/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),
599 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/common/
H A Dustr_cnv.c138 ucnv_toUnicode(cnv,
H A Dunistr_cnv.cpp400 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);
/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),
599 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
H A Dxmlparser.cpp218 ucnv_toUnicode(
287 ucnv_toUnicode(
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c589 ucnv_toUnicode (conv,
1473 ucnv_toUnicode(cnv, &u, u+20, &s, s+3, NULL, TRUE, &errorCode);
2678 ucnv_toUnicode(cnv, &target, targetLim, &source, sourceLim, NULL, TRUE, &status);
2807 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2816 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,FALSE,&errorCode);
2822 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2927 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2938 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,FALSE,&errorCode);
2944 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
3118 ucnv_toUnicode(cn
[all...]
H A Dncnvtst.c737 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
743 ucnv_toUnicode(conv8, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
841 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
847 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
873 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
879 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
1118 ucnv_toUnicode (conv,
1427 ucnv_toUnicode (conv,
1798 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &errorCode);
1807 ucnv_toUnicode(cn
[all...]
H A Dccapitst.c969 /*testing for ucnv_fromUnicode() and ucnv_toUnicode() */
991 log_verbose("Testing ucnv_toUnicode().....\n");
994 ucnv_toUnicode(myConverter, &my_ucs_file_buffer_1,
1007 log_verbose("ucnv_toUnicode() o.k.\n");
1858 ucnv_toUnicode(cnv2,
3112 ucnv_toUnicode(cnv, &pu, uNormal+LENGTHOF(uNormal), (const char **)&pc, normal+normalLength, NULL, TRUE, &errorCode);
3117 ucnv_toUnicode(swapCnv, &pu, uSwapped+LENGTHOF(uSwapped), (const char **)&pc, normal+swappedLength, NULL, TRUE, &errorCode);
3315 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &status);
3318 log_err("ucnv_toUnicode call did not succeed. Error: %s\n", u_errorName(status));
3357 ucnv_toUnicode(cn
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c588 ucnv_toUnicode (conv,
1472 ucnv_toUnicode(cnv, &u, u+20, &s, s+3, NULL, TRUE, &errorCode);
2683 ucnv_toUnicode(cnv, &target, targetLim, &source, sourceLim, NULL, TRUE, &status);
2812 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2821 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,FALSE,&errorCode);
2827 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2932 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
2943 ucnv_toUnicode(cnv,&uTarget,uTargetLimit,&cSource,cSourceLimit,NULL,FALSE,&errorCode);
2949 log_err("ucnv_toUnicode conversion failed reason %s\n", u_errorName(errorCode));
3123 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);
859 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
865 ucnv_toUnicode(convBE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
891 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, FALSE, &err);
897 ucnv_toUnicode(convLE, &pivBeg, pivEnd, &srcBeg, srcEnd, 0, TRUE, &err);
1136 ucnv_toUnicode (conv,
1445 ucnv_toUnicode (conv,
1822 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &errorCode);
1831 ucnv_toUnicode(cn
[all...]
/external/chromium_org/third_party/icu/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/samples/ucnv/
H A Dconvsamp.cpp334 ucnv_toUnicode(conv, &target, targetLimit,
923 ucnv_toUnicode( conv, &target, targetLimit,
1088 ucnv_toUnicode(conv,
/external/chromium_org/third_party/icu/source/common/unicode/
H A Ducnv.h1204 ucnv_toUnicode(UConverter *converter,
1250 * This function is a more convenient but less powerful version of ucnv_toUnicode().
1268 * @see ucnv_toUnicode
1282 * Advantage compared to ucnv_toUnicode() or ucnv_toUChars():
1286 * it uses ucnv_toUnicode() internally.)
1289 * Limitations compared to ucnv_toUnicode():
1297 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1300 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1302 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1308 * to convert using ucnv_toUnicode() o
[all...]
/external/chromium_org/third_party/icu/source/test/perf/utfperf/
H A Dutfperf.cpp202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
/external/icu/icu4c/source/common/unicode/
H A Ducnv.h1204 ucnv_toUnicode(UConverter *converter,
1250 * This function is a more convenient but less powerful version of ucnv_toUnicode().
1268 * @see ucnv_toUnicode
1282 * Advantage compared to ucnv_toUnicode() or ucnv_toUChars():
1286 * it uses ucnv_toUnicode() internally.)
1289 * Limitations compared to ucnv_toUnicode():
1297 * It is possible to "mix" ucnv_getNextUChar() and ucnv_toUnicode() because
1300 * However, if ucnv_getNextUChar() is called after ucnv_toUnicode()
1302 * then ucnv_getNextUChar() will always use the slower ucnv_toUnicode()
1308 * to convert using ucnv_toUnicode() o
[all...]
/external/icu/icu4c/source/test/perf/utfperf/
H A Dutfperf.cpp202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);

Completed in 660 milliseconds

12