Searched refs:conv (Results 151 - 175 of 177) sorted by relevance

12345678

/haiku/src/libs/iconv/
H A Dgb18030uni.h171 gb18030uni_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
220 gb18030uni_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dhkscs2001.h60 hkscs2001_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
554 hkscs2001_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dhkscs2004.h79 hkscs2004_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
546 hkscs2004_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcp932ext.h149 cp932ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
657 cp932ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Disoir165ext.h161 isoir165ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
756 isoir165ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Duhc_2.h489 uhc_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
997 uhc_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dgb12345ext.h1007 gb12345ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
1762 gb12345ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djisx0212.h914 jisx0212_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
2157 jisx0212_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Duhc_1.h807 uhc_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
1700 uhc_1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcns11643_1.h857 cns11643_1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_15.h1057 cns11643_15_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_2.h1088 cns11643_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_3.h944 cns11643_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_6.h942 cns11643_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dcns11643_7.h962 cns11643_7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dgbkext1.h829 gbkext1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dgb2312.h1082 gb2312_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
2535 gb2312_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dhkscs1999.h853 hkscs1999_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
2953 hkscs1999_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Djisx0208.h1013 jisx0208_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
2377 jisx0208_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dksc5601.h1189 ksc5601_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
2984 ksc5601_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
H A Dcns11643_5.h1252 cns11643_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dgbkext2.h1150 gbkext2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
H A Dbig5.h1874 big5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, int n) argument
4120 big5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, int n) argument
/haiku/headers/libs/agg/
H A Dagg_renderer_outline_aa.h1377 m_clip_box.x1 = line_coord_sat::conv(x1);
1378 m_clip_box.y1 = line_coord_sat::conv(y1);
1379 m_clip_box.x2 = line_coord_sat::conv(x2);
1380 m_clip_box.y2 = line_coord_sat::conv(y2);
/haiku/src/bin/network/ftpd/
H A Dftpd.c1289 struct pam_conv conv = { &auth_conv, &auth_cred }; local
1291 e = pam_start("ftpd", (*ppw)->pw_name, &conv, &pamh);

Completed in 352 milliseconds

12345678