Home | History | Annotate | Download | only in src

Lines Matching refs:iconv_t

37 static iconv_t inbound_cd  = (iconv_t)-1;
38 static iconv_t outbound_cd = (iconv_t)-1;
56 if(outbound_cd == (iconv_t)-1) {
59 if(outbound_cd == (iconv_t)-1) {
86 if(inbound_cd == (iconv_t)-1) {
89 if(inbound_cd == (iconv_t)-1) {
108 if(inbound_cd != (iconv_t)-1)
110 if(outbound_cd != (iconv_t)-1)