Lines Matching refs:cnv
30 ucnv_getCompleteUnicodeSet(const UConverter *cnv, in ucnv_getCompleteUnicodeSet() argument
38 ucnv_getNonSurrogateUnicodeSet(const UConverter *cnv, in ucnv_getNonSurrogateUnicodeSet() argument
47 ucnv_fromUWriteBytes(UConverter *cnv, in ucnv_fromUWriteBytes() argument
75 if(cnv!=NULL) { in ucnv_fromUWriteBytes()
76 t=(char *)cnv->charErrorBuffer; in ucnv_fromUWriteBytes()
77 cnv->charErrorBufferLength=(int8_t)length; in ucnv_fromUWriteBytes()
87 ucnv_toUWriteUChars(UConverter *cnv, in ucnv_toUWriteUChars() argument
115 if(cnv!=NULL) { in ucnv_toUWriteUChars()
116 t=cnv->UCharErrorBuffer; in ucnv_toUWriteUChars()
117 cnv->UCharErrorBufferLength=(int8_t)length; in ucnv_toUWriteUChars()
127 ucnv_toUWriteCodePoint(UConverter *cnv, in ucnv_toUWriteCodePoint() argument
165 if(cnv!=NULL) { in ucnv_toUWriteCodePoint()
167 U16_APPEND_UNSAFE(cnv->UCharErrorBuffer, i, c); in ucnv_toUWriteCodePoint()
168 cnv->UCharErrorBufferLength=i; in ucnv_toUWriteCodePoint()