Lines Matching full:conv
912 UConverter *conv=NULL;
916 conv=ucnv_open(ucnv_getAvailableName(i), &status);
922 ucnv_close(conv);
1021 UConverter *conv = 0;
1022 conv = ucnv_open(codepage, &status);
1028 log_verbose("Converter %s opened..\n", ucnv_getName(conv, &status));
1040 ucnv_fromUnicode (conv,
1048 ucnv_close(conv);
1100 UConverter *conv = 0;
1113 conv = ucnv_open(codepage, &status);
1119 log_verbose("Converter %s opened..\n", ucnv_getName(conv, &status));
1136 ucnv_toUnicode (conv,
1145 ucnv_close(conv);
1197 UConverter *conv = 0;
1225 conv = ucnv_open(codepage, &status);
1234 ucnv_setFromUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status);
1272 ucnv_fromUnicode (conv,
1281 ucnv_resetToUnicode(conv);
1283 ucnv_resetToUnicode(conv);
1317 ucnv_close(conv);
1369 UConverter *conv = 0;
1399 conv = ucnv_open(codepage, &status);
1408 ucnv_setToUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status);
1445 ucnv_toUnicode (conv,
1454 ucnv_resetFromUnicode(conv);
1456 ucnv_resetToUnicode(conv);
1494 ucnv_close(conv);