Searched refs:convfrom (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/extra/uconv/ |
D | uconv.cpp | 618 UConverter *convfrom = 0; in convertFile() local 720 convfrom = ucnv_open(fromcpage, &err); in convertFile() 728 ucnv_setToUCallBack(convfrom, toucallback, touctxt, 0, 0, &err); in convertFile() 795 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp, in convertFile() 820 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile() 1073 ucnv_close(convfrom); in convertFile()
|