Searched refs:ucnv_fromUnicode (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/ICU-511.35/icuSources/samples/cal/
H A Duprint.c58 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
/macosx-10.9.5/ICU-511.35/icuSources/samples/date/
H A Duprint.c59 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_cb.c81 ucnv_fromUnicode(args->converter,
136 ucnv_fromUnicode(args->converter,
H A Dunistr_cnv.cpp286 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
297 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &errorCode);
H A Dustr_cnv.c210 ucnv_fromUnicode(cnv,
H A Dustr_wcs.cpp100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
H A Ducnv.c801 /* ucnv_fromUnicode --------------------------------------------------------- */
1170 ucnv_fromUnicode(UConverter *cnv, function
1754 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
1765 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, pErrorCode);
/macosx-10.9.5/ICU-511.35/icuSources/io/
H A Dustream.cpp53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
H A Dustdio.c352 ucnv_fromUnicode(f->fConverter,
H A Duscanf_p.c845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
/macosx-10.9.5/ICU-511.35/icuSources/extra/uconv/
H A Duwmsg.c68 ucnv_fromUnicode(converter, &myTarget, myTarget + arraySize,
H A Duconv.cpp518 ucnv_fromUnicode(cnv,
929 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz,
934 // toSawEndOfUnicode indicates that ucnv_fromUnicode() is done
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/utfperf/
H A Dutfperf.cpp188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
/macosx-10.9.5/CF-855.17/
H A DCFICUConverters.c272 ucnv_fromUnicode(converter, &destination, destinationLimit, (const UChar **)&source, (const UChar *)sourceLimit, NULL, flush, &errorCode);
281 ucnv_fromUnicode(converter, &destination, destinationLimit, (const UChar **)&source, (const UChar *)sourceLimit, NULL, flush, &errorCode);
312 ucnv_fromUnicode(converter, &destination, destinationLimit, (const UChar **)&source, (const UChar *)sourceLimit, NULL, flush, &errorCode);
326 /* ICU has a serious behavioral inconsistency issue that the source pointer returned from ucnv_fromUnicode() is after illegal input. We have to keep track of any changes in this area in order to prevent future binary compatiibility issues */
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dnucnvtst.c431 ucnv_fromUnicode (conv,
2800 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
2863 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
2920 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
3012 ucnv_fromUnicode (converter,
3039 ucnv_fromUnicode (converter,
3109 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
3111 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
3328 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
3330 log_err("ucnv_fromUnicode conversio
[all...]
H A Dccapitst.c970 /*testing for ucnv_fromUnicode() and ucnv_toUnicode() */
973 log_verbose("Testing ucnv_fromUnicode().....\n");
975 ucnv_fromUnicode(myConverter, &mytarget_1,
989 log_verbose("ucnv_fromUnicode() o.k.\n");
1847 ucnv_fromUnicode(cnv2,
2469 ucnv_fromUnicode(cnv,
2477 ucnv_fromUnicode(cnv,
3073 ucnv_fromUnicode(cnv, &pc, normal+LENGTHOF(normal), &pcu, text+LENGTHOF(text), NULL, TRUE, &errorCode);
3078 ucnv_fromUnicode(swapCnv, &pc, swapped+LENGTHOF(swapped), &pcu, text+LENGTHOF(text), NULL, TRUE, &errorCode);
3208 ucnv_fromUnicode(cn
[all...]
H A Dcintltst.c525 ucnv_fromUnicode(conv,&target,targetLimit, &unichars, (UChar*)(unichars+length),NULL,TRUE,&errorCode);
H A Ducsdetst.c62 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
78 ucnv_fromUnicode(cnv, &dest, destLimit, &src, srcLimit, 0, TRUE, &status);
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Ducnv.h776 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
949 * (converted without any data loss) with the converter (ucnv_fromUnicode()).
953 * ucnv_fromUnicode() will always uses those mappings despite ucnv_setFallback().
966 * The set of all Unicode code points that can be converted with the converter (ucnv_fromUnicode())
1129 ucnv_fromUnicode (UConverter * converter,
1211 * This function is a more convenient but less powerful version of ucnv_fromUnicode().
1229 * @see ucnv_fromUnicode
1350 * Internally, two conversions - ucnv_toUnicode() and ucnv_fromUnicode() -
1396 * ucnv_fromUnicode() and ucnv_toUnicode():
1442 * to the target using ucnv_fromUnicode()
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducnv.h738 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
911 * (converted without any data loss) with the converter (ucnv_fromUnicode()).
915 * ucnv_fromUnicode() will always uses those mappings despite ucnv_setFallback().
928 * The set of all Unicode code points that can be converted with the converter (ucnv_fromUnicode())
1091 ucnv_fromUnicode (UConverter * converter,
1173 * This function is a more convenient but less powerful version of ucnv_fromUnicode().
1191 * @see ucnv_fromUnicode
1312 * Internally, two conversions - ucnv_toUnicode() and ucnv_fromUnicode() -
1358 * ucnv_fromUnicode() and ucnv_toUnicode():
1404 * to the target using ucnv_fromUnicode()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducnv.h738 * @return The maximum number of bytes per UChar that are output by ucnv_fromUnicode(),
911 * (converted without any data loss) with the converter (ucnv_fromUnicode()).
915 * ucnv_fromUnicode() will always uses those mappings despite ucnv_setFallback().
928 * The set of all Unicode code points that can be converted with the converter (ucnv_fromUnicode())
1091 ucnv_fromUnicode (UConverter * converter,
1173 * This function is a more convenient but less powerful version of ucnv_fromUnicode().
1191 * @see ucnv_fromUnicode
1312 * Internally, two conversions - ucnv_toUnicode() and ucnv_fromUnicode() -
1358 * ucnv_fromUnicode() and ucnv_toUnicode():
1404 * to the target using ucnv_fromUnicode()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecICU.cpp494 ucnv_fromUnicode(m_converterICU, &target, targetLimit, &source, sourceLimit, 0, true, &err);
/macosx-10.9.5/ICU-511.35/icuSources/samples/ucnv/
H A Dconvsamp.cpp1030 ucnv_fromUnicode( conv, &target, targetLimit,
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/convperf/
H A Dconvperf.h105 ucnv_fromUnicode(conv,&myTarget, targetLimit, &mySrc, sourceLimit, NULL, TRUE, status);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dconvtest.cpp580 ucnv_fromUnicode(cnv.getAlias(), &t, buffer+sizeof(buffer), (const UChar **)&s, s0+s0Length, NULL, flush, &errorCode);
1248 // but ucnv_fromUnicode() does not and so
1279 // call ucnv_fromUnicode() with in/out buffers no larger than (step) at a time
1304 ucnv_fromUnicode(cnv,

Completed in 337 milliseconds

12