Searched refs:conv (Results 51 - 75 of 334) sorted by relevance

1234567891011>>

/macosx-10.10/libiconv-42/libiconv/lib/
H A Dutf32le.h28 utf32le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
42 utf32le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp932.h89 cp932_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
93 return ascii_mbtowc(conv,pwc,s,n);
95 return jisx0201_mbtowc(conv,pwc,s,n);
109 return jisx0208_mbtowc(conv,pwc,buf,2);
114 return cp932ext_mbtowc(conv,pwc,s,2);
131 cp932_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
137 ret = ascii_wctomb(conv,buf,wc,1);
149 ret = jisx0201_wctomb(conv,buf,wc,1);
161 ret = jisx0208_wctomb(conv,buf,wc,2);
179 ret = cp932ext_wctomb(conv,bu
[all...]
H A Deuc_jp.h26 euc_jp_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
31 return ascii_mbtowc(conv,pwc,s,n);
41 return jisx0208_mbtowc(conv,pwc,buf,2);
62 int ret = jisx0201_mbtowc(conv,pwc,s+1,n-1);
86 ret = jisx0212_mbtowc(conv,pwc,buf,2);
111 euc_jp_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
117 ret = ascii_wctomb(conv,r,wc,n);
122 ret = jisx0208_wctomb(conv,buf,wc,2);
133 ret = jisx0201_wctomb(conv,buf,wc,1);
144 ret = jisx0212_wctomb(conv,bu
[all...]
H A Dshift_jisx0213.h43 shift_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
45 ucs4_t last_wc = conv->istate;
48 conv->istate = 0;
105 conv->istate = wc2;
161 shift_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
164 unsigned short lasttwo = conv->ostate;
200 conv->ostate = 0;
220 conv->ostate = 0;
227 conv->ostate = 0;
234 conv
297 shift_jisx0213_reset(conv_t conv, unsigned char *r, size_t n) argument
[all...]
H A Deuc_jisx0213.h43 euc_jisx0213_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
45 ucs4_t last_wc = conv->istate;
48 conv->istate = 0;
90 conv->istate = wc2;
147 euc_jisx0213_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
150 unsigned short lasttwo = conv->ostate;
186 conv->ostate = 0;
206 conv->ostate = 0;
215 conv->ostate = 0;
226 conv
255 euc_jisx0213_reset(conv_t conv, unsigned char *r, size_t n) argument
[all...]
H A Djohab.h51 johab_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
61 return johab_hangul_mbtowc(conv,pwc,s,n);
79 return ksc5601_mbtowc(conv,pwc,buf,2);
88 johab_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
108 ret = johab_hangul_wctomb(conv,buf,wc,2);
119 ret = ksc5601_wctomb(conv,buf,wc,2);
H A Dsjis.h47 sjis_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
51 return jisx0201_mbtowc(conv,pwc,s,n);
65 return jisx0208_mbtowc(conv,pwc,buf,2);
83 sjis_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
89 ret = jisx0201_wctomb(conv,buf,wc,1);
101 ret = jisx0208_wctomb(conv,buf,wc,2);
H A Dcp1162.h26 cp1162_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
48 cp1162_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp858.h26 cp858_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
39 cp858_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Djisx0201.h26 jisx0201_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
47 jisx0201_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp936.h51 cp936_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
55 int ret = ces_gbk_mbtowc(conv,pwc,s,n);
93 cp936_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
97 int ret = ces_gbk_wctomb(conv,r,wc,n);
H A Dutf7.h69 utf7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
71 state_t state = conv->istate;
87 conv->istate = state;
95 conv->istate = state;
176 conv->istate = base64state;
181 conv->istate = state;
206 utf7_wctomb (conv_t conv, unsigned char *r, ucs4_t iwc, size_t n) argument
208 state_t state = conv->ostate;
218 /*conv->ostate = state;*/
226 /*conv
321 utf7_reset(conv_t conv, unsigned char *r, size_t n) argument
[all...]
H A Dgb18030.h189 gb18030_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
195 return ascii_mbtowc(conv,pwc,s,n);
198 ret = gbk_mbtowc(conv,pwc,s,n);
202 ret = gb18030ext_mbtowc(conv,pwc,s,n);
208 ret = gb18030uni_mbtowc(conv,pwc,s,n);
307 gb18030_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
312 ret = ascii_wctomb(conv,r,wc,n);
317 ret = gbk_wctomb(conv,r,wc,n);
321 ret = gb18030ext_wctomb(conv,r,wc,n);
365 ret = gb18030uni_wctomb(conv,
[all...]
H A Dcns11643_4.h33 cns11643_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
H A Dcp1163.h26 cp1163_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
43 cp1163_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dutf16be.h28 utf16be_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
52 utf16be_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dutf16le.h28 utf16le_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
52 utf16le_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
/macosx-10.10/OpenPAM-20/openpam/include/security/
H A Dpam_types.h64 int (*conv)(int, const struct pam_message **, member in struct:pam_conv
/macosx-10.10/ruby-106/ruby/ext/dl/callback/
H A Dmkcallback.rb46 :conv => nil,
51 :conv => 'NUM2CHR(%s)'
56 :conv => 'NUM2INT(%s)',
61 :conv => 'NUM2INT(%s)',
66 :conv => 'NUM2LONG(%s)',
71 :conv => 'NUM2LL(%s)',
76 :conv => '(float)RFLOAT_VALUE(%s)',
81 :conv => 'RFLOAT_VALUE(%s)',
86 :conv => 'NUM2PTR(%s)',
125 ret = dltype[:conv]
[all...]
/macosx-10.10/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6424 printf("spacewidth %d\n", conv($width{"space"})) if defined $width{"space"};
6453 conv($kernx[$i]));
6505 printf("%s\t%d", $map{$ch, "0"}, conv($width{$ch}));
6530 printf(",%d,%d", conv($h), conv($d));
6531 printf(",%d,%d,%d", conv($italic_correction),
6532 conv($left_math_fit),
6533 conv($subscript_correction));
6536 printf(",%d,%d", conv($h), conv(
6564 sub conv { subroutine
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Didnconv.c135 idn_converter_t conv; local
276 conv = idn_resconf_getidnconverter(resconf1);
277 if (conv == NULL) {
283 idn_resconf_setlocalconverter(resconf2, conv);
284 idn_converter_destroy(conv);
291 conv = idn_resconf_getlocalconverter(resconf1);
292 if (conv == NULL) {
298 idn_resconf_setidnconverter(resconf2, conv);
299 idn_converter_destroy(conv);
309 conv
389 idn_converter_t conv; local
506 idn_converter_t conv; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ducbuf.c47 UConverter* conv; member in struct:UCHARBUF
53 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ argument
73 *conv =NULL;
78 *conv = ucnv_open(*cp,error);
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
132 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ argument
137 if(conv==NULL || cp==NULL || fileName==NULL){
149 if(ucbuf_autodetect_fs(in,cp,conv,signatureLength,error)) {
152 ucnv_close(*conv);
153 *conv
[all...]
/macosx-10.10/OpenPAM-20/openpam/modules/pam_unix/
H A Dpam_unix.c70 struct pam_conv *conv; local
91 pam_err = pam_get_item(pamh, PAM_CONV, (const void **)&conv);
104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dustr_wcs.cpp74 UConverter* conv = NULL; local
83 conv = u_getDefaultConverter(pErrorCode);
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
223 u_releaseDefaultConverter(conv);
289 UConverter* conv = NULL; local
435 conv= u_getDefaultConverter(pErrorCode);
437 if(U_FAILURE(*pErrorCode)|| conv==NULL){
446 ucnv_toUnicode(conv,&pTarget,pTargetLimit,(const char**)&pCSrc,pCSrcLimit,NULL,(UBool)(pCSrc==pCSrcLimit),pErrorCode);
477 u_releaseDefaultConverter(conv);
/macosx-10.10/vim-55/src/
H A Dos_mac_conv.c336 vimconv_T conv; local
348 conv.vc_type = CONV_NONE;
354 convert_setup(&conv, (char_u *)"utf-8",
356 if (conv.vc_type == CONV_NONE)
363 result = string_convert(&conv, utf8_str, (int *)&utf8_len);
367 convert_setup(&conv, NULL, NULL);
390 vimconv_T conv; local
401 conv.vc_type = CONV_NONE;
403 convert_setup(&conv, p_enc ? p_enc : (char_u *)"macroman",
407 if (conv
[all...]

Completed in 131 milliseconds

1234567891011>>