/external/icu/icu4c/source/common/ |
D | ucnv_cb.cpp | 83 ucnv_fromUnicode(args->converter, in ucnv_cbFromUWriteUChars() 138 ucnv_fromUnicode(args->converter, in ucnv_cbFromUWriteUChars()
|
D | unistr_cnv.cpp | 278 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode); in doExtract() 289 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode); in doExtract()
|
D | ustr_cnv.cpp | 213 ucnv_fromUnicode(cnv, in u_austrncpy()
|
D | ustr_wcs.cpp | 102 …ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCo… in _strToWCS()
|
D | ucnv.cpp | 1170 ucnv_fromUnicode(UConverter *cnv, in ucnv_fromUnicode() function 1750 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode); in ucnv_fromUChars() 1761 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode); in ucnv_fromUChars()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 430 ucnv_fromUnicode (conv, in testConvertFromU() 2815 … ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode); in TestSmallTargetBuffer() 2935 … ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode); in TestSmallSourceBuffer() 3027 ucnv_fromUnicode (converter, in TestJitterbug930() 3054 ucnv_fromUnicode (converter, in TestJitterbug930() 3124 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode); in TestHZ() 3343 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode); in TestISO_2022_JP() 3409 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode); in TestConv() 3827 … ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,TRUE,&err); in TestJitterbug2346() 3885 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,TRUE, &errorCode); in TestISO_2022_JP_1() [all …]
|
D | ccapitst.c | 978 ucnv_fromUnicode(myConverter, &mytarget_1, in TestConvert() 1850 ucnv_fromUnicode(cnv2, in TestConvertSafeClone() 2477 ucnv_fromUnicode(cnv, in getTestChar() 2485 ucnv_fromUnicode(cnv, in getTestChar() 3106 …ucnv_fromUnicode(cnv, &pc, normal+UPRV_LENGTHOF(normal), &pcu, text+UPRV_LENGTHOF(text), NULL, TRU… in testSwap() 3111 …ucnv_fromUnicode(swapCnv, &pc, swapped+UPRV_LENGTHOF(swapped), &pcu, text+UPRV_LENGTHOF(text), NUL… in testSwap() 3239 ucnv_fromUnicode(cnv,&target, targetLimit, &source, sourceLimit, NULL, FALSE, &status); in TestFromUCountPending() 3274 ucnv_fromUnicode(cnv,&target, targetLimit, &source, sourceLimit, NULL, FALSE, &status); in TestFromUCountPending() 3285 ucnv_fromUnicode(cnv,&target, targetLimit, &source, sourceLimit, NULL, FALSE, &status); in TestFromUCountPending() 3296 ucnv_fromUnicode(cnv,&target, targetLimit, &source, sourceLimit, NULL, FALSE, &status); in TestFromUCountPending() [all …]
|
D | ucsdetst.c | 63 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status); in preflight() 79 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status); in extractBytes()
|
D | cintltst.c | 530 …ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCo… in aescstrdup()
|
D | ncnvfbts.c | 210 ucnv_fromUnicode (conv, in testConvertFromUnicode()
|
D | ncnvtst.c | 1040 ucnv_fromUnicode (conv, in convertFromU() 1272 ucnv_fromUnicode (conv, in testConvertFromU()
|
D | nccbtst.c | 2718 ucnv_fromUnicode (conv, in testConvertFromUnicode() 3109 ucnv_fromUnicode (conv, in testConvertFromUnicodeWithContext()
|
/external/icu/icu4c/source/samples/cal/ |
D | uprint.c | 62 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize, in uprint()
|
/external/icu/icu4c/source/samples/date/ |
D | uprint.c | 63 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize, in uprint()
|
/external/sfntly/cpp/src/test/ |
D | test_utils.cc | 51 ucnv_fromUnicode(encoder, &target_end, target + 4, in EncodeOneChar()
|
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 191 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); in call() 250 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); in call()
|
/external/icu/icu4c/source/io/ |
D | ustream.cpp | 56 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode); in operator <<()
|
D | ustdio.cpp | 357 ucnv_fromUnicode(f->fConverter, in u_file_write_flush()
|
/external/icu/icu4c/source/extra/uconv/ |
D | uwmsg.c | 69 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize, in uprint()
|
D | uconv.cpp | 518 ucnv_fromUnicode(cnv, in cnvSigType() 929 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz, in convertFile()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucnv.h | 1143 ucnv_fromUnicode (UConverter * converter,
|
/external/icu/icu4c/source/common/unicode/ |
D | ucnv.h | 1143 ucnv_fromUnicode (UConverter * converter,
|
/external/icu/icu4c/source/test/perf/convperf/ |
D | convperf.h | 109 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status); in call()
|
/external/icu/icu4c/source/samples/ucnv/ |
D | convsamp.cpp | 1036 ucnv_fromUnicode( conv, &target, targetLimit, in convsample_46()
|
/external/icu/icu4c/source/test/intltest/ |
D | convtest.cpp | 606 …ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL,… in TestGetUnicodeSet2() 1518 ucnv_fromUnicode(cnv, in stepFromUnicode()
|