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

1234567891011>>

/macosx-10.10/libiconv-42/libiconv/lib/
H A Dcp869.h53 cp869_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
117 cp869_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp950ext.h36 cp950ext_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
121 cp950ext_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dgeorgian_ps.h45 georgian_ps_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
97 georgian_ps_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dhp_roman8.h47 hp_roman8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
95 hp_roman8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_10.h47 iso8859_10_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
90 iso8859_10_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_13.h47 iso8859_13_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
93 iso8859_13_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_14.h47 iso8859_14_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
105 iso8859_14_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_16.h47 iso8859_16_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
96 iso8859_16_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_2.h47 iso8859_2_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
96 iso8859_2_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_3.h47 iso8859_3_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
100 iso8859_3_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_4.h47 iso8859_4_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
96 iso8859_4_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_arabic.h53 mac_arabic_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
114 mac_arabic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_cyrillic.h53 mac_cyrillic_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
110 mac_cyrillic_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_greek.h53 mac_greek_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
111 mac_greek_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_hebrew.h53 mac_hebrew_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
110 mac_hebrew_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_thai.h53 mac_thai_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
104 mac_thai_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dnextstep.h53 nextstep_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
119 nextstep_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dpt154.h41 pt154_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
98 pt154_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dtds565.h41 tds565_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
87 tds565_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
/macosx-10.10/llvmCore-3425.0.34/tools/llvm-size/
H A Dllvm-size.cpp82 APInt conv(64, num);
84 conv.toString(result, Radix, false, true);
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.h302 int (*conv)(void *userData, const char *p),
320 int (*conv)(void *userData, const char *p),
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dnccbtst.c2626 UConverter *conv = 0; local
2656 conv = ucnv_open(codepage, &status);
2666 ucnv_setFromUCallBack (conv, callback, NULL, &oldAction, &oldContext, &status);
2674 ucnv_setSubstChars(conv, mySubChar, len, &status);
2712 ucnv_fromUnicode (conv,
2728 ucnv_getInvalidUChars(conv,errChars, &errLen, &err);
2735 log_err("ucnv_getInvalidUChars did not return the correct invalid chars for encoding %s \n", ucnv_getName(conv,&err));
2768 ucnv_close(conv);
2822 UConverter *conv = 0; local
2853 conv
3017 UConverter *conv = 0; local
3195 UConverter *conv = 0; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/genrb/
H A Dwrtjava.c100 static UConverter* conv = NULL; variable
186 int retVal=ucnv_fromUChars(conv,dest,30,source+i,1,status);
685 conv=ucnv_open(enc,status);
696 ucnv_close(conv);
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86_64-xlate.pl395 my $conv = sub { my $var=shift;
402 for (@arr) { $self->{value} .= &$conv($_).","; }
403 $self->{value} .= &$conv($last);
/macosx-10.10/groff-38/groff/src/preproc/grn/
H A Dmain.cpp218 void conv(register FILE *fp, int baseline);
238 | line is read. Main then passes control to `conv' to do the
324 conv(fp, linenum);
462 | Routine: conv (file_pointer, starting_line)
465 | file. conv reads the input and calls `interpret' to process
472 conv(register FILE *fp, function

Completed in 143 milliseconds

1234567891011>>