Lines Matching refs:cnv
32 ucnv_getCompleteUnicodeSet(const UConverter *cnv, in ucnv_getCompleteUnicodeSet() argument
36 (void)cnv; in ucnv_getCompleteUnicodeSet()
43 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, in ucnv_getNonSurrogateUnicodeSet() argument
47 (void)cnv; in ucnv_getNonSurrogateUnicodeSet()
55 ucnv_fromUWriteBytes(UConverter *cnv, in ucnv_fromUWriteBytes() argument
83 if(cnv!=NULL) { in ucnv_fromUWriteBytes()
84 t=(char *)cnv->charErrorBuffer; in ucnv_fromUWriteBytes()
85 cnv->charErrorBufferLength=(int8_t)length; in ucnv_fromUWriteBytes()
95 ucnv_toUWriteUChars(UConverter *cnv, in ucnv_toUWriteUChars() argument
123 if(cnv!=NULL) { in ucnv_toUWriteUChars()
124 t=cnv->UCharErrorBuffer; in ucnv_toUWriteUChars()
125 cnv->UCharErrorBufferLength=(int8_t)length; in ucnv_toUWriteUChars()
135 ucnv_toUWriteCodePoint(UConverter *cnv, in ucnv_toUWriteCodePoint() argument
173 if(cnv!=NULL) { in ucnv_toUWriteCodePoint()
175 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c); in ucnv_toUWriteCodePoint()
176 cnv->UCharErrorBufferLength=i; in ucnv_toUWriteCodePoint()