Searched refs:convto (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/extra/uconv/ |
D | uconv.cpp | 592 UConverter *convto = 0; in convertFile() local 710 convto = ucnv_open(tocpage, &err); in convertFile() 718 ucnv_setFromUCallBack(convto, fromucallback, fromuctxt, 0, 0, &err); in convertFile() 724 ucnv_setFallback(convto, fallback); in convertFile() 897 if (u.charAt(0) != uSig && cnvSigType(convto) == CNV_WITH_FEFF) { in convertFile() 927 ucnv_fromUnicode(convto, &bufp, outbuf + bufsz, in convertFile() 948 ucnv_getInvalidUChars(convto, errorUChars, &errorLength, &localError); in convertFile() 1049 ucnv_close(convto); in convertFile()
|