Lines Matching full:conv
2630 UConverter *conv = 0;
2660 conv = ucnv_open(codepage, &status);
2670 ucnv_setFromUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status);
2678 ucnv_setSubstChars(conv, mySubChar, len, &status);
2716 ucnv_fromUnicode (conv,
2732 ucnv_getInvalidUChars(conv,errChars, &errLen, &err);
2739 log_err("ucnv_getInvalidUChars did not return the correct invalid chars for encoding %s \n", ucnv_getName(conv,&err));
2772 ucnv_close(conv);
2826 UConverter *conv = 0;
2857 conv = ucnv_open(codepage, &status);
2874 ucnv_setToUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status);
2882 ucnv_setSubstChars(conv, mySubChar, len, &status);
2912 ucnv_toUnicode (conv,
2927 ucnv_getInvalidChars(conv,errChars, &errLen, &err);
2934 log_err("ucnv_getInvalidChars did not return the correct invalid chars for encoding %s \n", ucnv_getName(conv,&err));
2968 ucnv_close(conv);
3021 UConverter *conv = 0;
3051 conv = ucnv_open(codepage, &status);
3061 ucnv_setFromUCallBack (conv, callback, context, &oldAction, &oldContext, &status);
3069 ucnv_setSubstChars(conv, mySubChar, len, &status);
3107 ucnv_fromUnicode (conv,
3146 ucnv_close(conv);
3199 UConverter *conv = 0;
3230 conv = ucnv_open(codepage, &status);
3247 ucnv_setToUCallBack (conv, callback, context, &oldAction, &oldContext, &status);
3255 ucnv_setSubstChars(conv, mySubChar, len, &status);
3285 ucnv_toUnicode (conv,
3325 ucnv_close(conv);