Lines Matching defs:conv
154 size_t sublen = ucnv_getMinCharSize(to.conv());
161 ucnv_convertEx(to.conv(), from.conv(), &target, target + limit,
182 ucnv_toUChars(from.conv(), *destbuf, length_in_chars,
200 size_t sublen = ucnv_getMinCharSize(to.conv());
207 const uint32_t len = ucnv_fromUChars(to.conv(), *destbuf, length_in_chars,
359 UConverter* conv = ucnv_open(name, &status);
361 conv_.reset(conv);
400 ConverterPointer conv(ucnv_open(*label, &status));
418 UConverter* conv = ucnv_open(*label, &status);
424 ucnv_setToUCallBack(conv, UCNV_TO_U_CALLBACK_STOP,
428 auto converter = new ConverterObject(env, obj, conv, flags);
429 size_t sublen = ucnv_getMinCharSize(conv);
473 ucnv_toUCountPending(converter->conv(), &status))));
491 ucnv_toUnicode(converter->conv(),