Lines Matching refs:cnv
1447 UConverter *cnv;1491 cnv=ucnv_open("UTF-16BE", &errorCode);1492 length=ucnv_fromUChars(cnv, bytes, sizeof(bytes), text, -1, &errorCode);1493 ucnv_close(cnv);