Home
last modified time | relevance | path

Searched refs:convfrom (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/extra/uconv/
Duconv.cpp591 UConverter *convfrom = 0; in convertFile() local
695 convfrom = ucnv_open(fromcpage, &err); in convertFile()
703 ucnv_setToUCallBack(convfrom, toucallback, touctxt, 0, 0, &err); in convertFile()
770 ucnv_toUnicode(convfrom, &unibufp, unibuf + bufsz, &cbufp, in convertFile()
795 ucnv_getInvalidChars(convfrom, errorBytes, &errorLength, &localError); in convertFile()
1048 ucnv_close(convfrom); in convertFile()