Searched refs:convfrom (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 593 UConverter *convfrom = 0; in convertFile() local 697 convfrom = ucnv_open(fromcpage, &err); in convertFile() 705 ucnv_setToUCallBack(convfrom, toucallback, touctxt, 0, 0, &err); in convertFile() 772 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp, in convertFile() 797 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile() 1050 ucnv_close(convfrom); in convertFile()
|