Lines Matching refs:ucnv_fromUnicode

430       ucnv_fromUnicode (conv,
2805 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
2868 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
2925 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,FALSE, &errorCode);
3017 ucnv_fromUnicode (converter,
3044 ucnv_fromUnicode (converter,
3114 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
3116 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
3333 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
3335 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
3399 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
3401 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
3817 ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,TRUE,&err);
3875 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,NULL,TRUE, &errorCode);
3877 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
3965 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
3967 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
4042 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
4044 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
4121 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
4123 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
4341 ucnv_fromUnicode(conv,&ctarget,ctargetLimit,(const UChar**)&utarget,utargetLimit,NULL,TRUE,&err);
4427 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
4429 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
4526 ucnv_fromUnicode( cnv , &cTarget, cTargetLimit,&uSource,uSourceLimit,myOff,TRUE, &errorCode);
4528 log_err("ucnv_fromUnicode conversion failed reason %s\n", u_errorName(errorCode));
5007 ucnv_fromUnicode (cnv16he,
5019 ucnv_fromUnicode (cnv01us,
5044 ucnv_fromUnicode (cnv01us,
5065 ucnv_fromUnicode (cnv16jp,
5150 ucnv_fromUnicode(cnv, &pLOut, pLOut+1, &pUIn, pUIn-1, off, FALSE, &errorCode);
5153 log_err("Unexpected Error on negative source request to ucnv_fromUnicode: %s\n", u_errorName(errorCode));
5174 ucnv_fromUnicode(cnv, &pLOut,pLOut+1,&pUIn,pUIn,off,FALSE, &errorCode);
5197 ucnv_fromUnicode(cnv, &pLOut,pLOut+offsets[4],&pUIn,pUIn+sizeof(pszUnicode)/sizeof(UChar),off,FALSE, &errorCode);
5200 log_err("Unexpected results on out of target room to ucnv_fromUnicode\n");
5371 ucnv_fromUnicode(cnv, &target, target+3, (const UChar**)&toUnicodeMaps, toUnicodeMaps+3, NULL, TRUE, &status);