Searched refs:conv (Results 101 - 125 of 334) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Didnaconf.cpp104 UConverter* conv = ucnv_open("utf-8", &status); local
105 int dest_len = ucnv_toUChars(conv,
116 ucnv_toUChars(conv, dest, dest_len + 1, source, source_len, &status);
123 ucnv_close(conv);
128 ucnv_close(conv);
/macosx-10.10/ruby-106/ruby/lib/
H A Doptparse.rb302 attr_reader :pattern, :conv, :short, :long, :arg, :desc, :block
332 def initialize(pattern = nil, conv = nil,
336 @pattern, @conv, @short, @long, @arg, @desc, @block =
337 pattern, conv, short, long, arg, desc, block
370 if conv
371 val = conv.call(*val)
1156 short, long, nolong, style, pattern, conv, not_pattern, not_conv, not_style = [], [], []
1170 default_pattern, conv = pat, c
1178 conv = pattern.method(:convert).to_proc
1180 conv
[all...]
/macosx-10.10/libiconv-42/libiconv/lib/
H A Dcp1258.h75 cp1258_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
87 last_wc = conv->istate;
127 conv->istate = 0;
134 conv->istate = 0;
141 conv->istate = wc;
204 cp1258_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dtcvn.h81 tcvn_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
92 last_wc = conv->istate;
132 conv->istate = 0;
139 conv->istate = 0;
146 conv->istate = wc;
218 tcvn_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp1124.h47 cp1124_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
84 cp1124_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp1133.h46 cp1133_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
92 cp1133_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp1252.h35 cp1252_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
79 cp1252_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp874.h53 cp874_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
91 cp874_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp922.h42 cp922_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
81 cp922_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dgeorgian_academy.h35 georgian_academy_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
80 georgian_academy_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_5.h47 iso8859_5_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
77 iso8859_5_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_6.h47 iso8859_6_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
82 iso8859_6_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_7.h47 iso8859_7_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
89 iso8859_7_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Diso8859_8.h47 iso8859_8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
89 iso8859_8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmulelao.h47 mulelao_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
80 mulelao_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Driscos1.h35 riscos1_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
70 riscos1_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dutf8.h28 utf8_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
100 utf8_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) /* n == 0 is acceptable */ argument
H A Djohab_hangul.h105 johab_hangul_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
198 johab_hangul_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
233 static int johab_hangul_decompose (conv_t conv, ucs4_t* r, ucs4_t wc) argument
236 int ret = johab_hangul_wctomb(conv,buf,wc,2);
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A DMakefile.am7 commonidl= codesets.idl conv.idl convc.idl ep.idl \
H A Dconv.idl81 ** conv.idl
89 ** Conversation Manager (conv) Interface.
117 interface conv
260 * Note that because the "conv" interface is serviced directly by the
266 * to the DG protocol's internal handling of the conv interface.
/macosx-10.10/ICU-531.30/icuSources/common/
H A Daaplbfct.cpp111 UConverter *conv = ucnv_open(encoding, &status);
113 uint32_t destCap = ucnv_toUChars(conv, NULL, 0, dictRawData, fileLength, &status);
120 (void) ucnv_toUChars(conv, dictBuffer, destCap+1, dictRawData, fileLength, &status);
128 ucnv_close(conv);
/macosx-10.10/pam_modules-140/modules/pam_nologin/
H A Dpam_nologin.c122 conversation->conv(1, (const struct pam_message **)&pmessage,
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dncnvfbts.c135 UConverter *conv = 0; local
162 conv = my_ucnv_open(codepage, &status);
171 ucnv_setFallback (conv, fallback);
172 action = ucnv_usesFallback(conv);
208 ucnv_fromUnicode (conv,
249 ucnv_close(conv);
296 UConverter *conv = 0; local
326 conv = my_ucnv_open(codepage, &status);
343 ucnv_setFallback (conv, fallback);
344 action = ucnv_usesFallback(conv);
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclConfig.c130 Tcl_DString conv;
132 Tcl_ExternalToUtfDString(venc, cfg->value, -1, &conv);
141 Tcl_DStringFree(&conv);
128 Tcl_DString conv; local
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A DxmlIO.c2332 ret->conv = xmlBufferCreateSize(4000);
2333 if (ret->conv == NULL) {
2341 xmlCharEncOutFunc(encoder, ret->conv, NULL);
2343 ret->conv = NULL;
2387 ret->conv = xmlBufferCreateSize(4000);
2388 if (ret->conv == NULL) {
2396 xmlCharEncOutFunc(encoder, ret->conv, NULL);
2398 ret->conv = NULL;
2461 if (out->conv) {
2462 xmlBufferFree(out->conv);
[all...]

Completed in 259 milliseconds

1234567891011>>