Searched refs:conv (Results 201 - 225 of 334) sorted by relevance

1234567891011>>

/macosx-10.10/libiconv-42/libiconv/lib/
H A Dmac_turkish.h53 mac_turkish_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
135 mac_turkish_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_ukraine.h53 mac_ukraine_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
117 mac_ukraine_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dviscii.h63 viscii_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
125 viscii_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dcp864.h58 cp864_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
154 cp864_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dkoi8_ru.h53 koi8_ru_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
137 koi8_ru_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dkoi8_u.h55 koi8_u_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
139 koi8_u_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_croatian.h53 mac_croatian_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
139 mac_croatian_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_roman.h53 mac_roman_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
140 mac_roman_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
H A Dmac_romania.h53 mac_romania_mbtowc (conv_t conv, ucs4_t *pwc, const unsigned char *s, size_t n) argument
139 mac_romania_wctomb (conv_t conv, unsigned char *r, ucs4_t wc, size_t n) argument
/macosx-10.10/xar-254/xar/lib/
H A Dutil.c58 union conv { union
67 in = (union conv *)#
/macosx-10.10/ICU-531.30/icuSources/io/
H A Duscanf_p.c804 UConverter *conv; local
823 conv = u_getDefaultConverter(&status);
841 limit = alias + ucnv_getMaxCharSize(conv);
845 ucnv_fromUnicode(conv, &alias, limit, &source, source + 1,
850 u_releaseDefaultConverter(conv);
871 u_releaseDefaultConverter(conv);
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dnucnvtst.c114 const char* conv,
366 UConverter *conv = 0; local
391 conv = my_ucnv_open(codepage, &status);
399 ucnv_setFallback(conv,useFallback);
431 ucnv_fromUnicode (conv,
470 ucnv_close(conv);
523 UConverter *conv = 0; local
550 conv = my_ucnv_open(codepage, &status);
558 ucnv_setFallback(conv,useFallback);
589 ucnv_toUnicode (conv,
3364 TestConv(const uint16_t in[],int len, const char* conv, const char* lang, char byteArr[],int byteArrLen) argument
3792 UConverter* conv =ucnv_open("ISO_2022_JP",&err); local
5432 UConverter* conv=NULL; local
5474 UConverter* conv = ucnv_open("iscii-gur", &status); local
5527 UConverter* conv = ucnv_open("iscii", &status); local
[all...]
/macosx-10.10/vim-55/src/
H A Dos_mswin.c1122 vimconv_T conv; local
1145 conv.vc_type = CONV_NONE;
1146 if (convert_setup(&conv, p_enc ? p_enc : (char_u *)"latin1",
1149 if (conv.vc_type != CONV_NONE)
1151 str = allocbuf = string_convert(&conv, str, lenp);
1155 convert_setup(&conv, NULL, NULL);
1183 vimconv_T conv; local
1211 conv.vc_type = CONV_NONE;
1212 convert_setup(&conv, (char_u *)"utf-8",
1214 if (conv
[all...]
H A Dgui_gtk_x11.c1203 vimconv_T conv; local
1214 conv.vc_type = CONV_NONE;
1215 convert_setup(&conv, enc, p_enc);
1216 if (conv.vc_type != CONV_NONE)
1218 tmpbuf = string_convert(&conv, text, &len);
1221 convert_setup(&conv, NULL, NULL);
1244 vimconv_T conv; local
1247 conv.vc_type = CONV_NONE;
1248 convert_setup_ext(&conv, (char_u *)"utf-16le", FALSE, p_enc, TRUE);
1250 if (conv
1336 vimconv_T conv; local
[all...]
/macosx-10.10/libtelnet-13/
H A Dsra.c533 struct pam_conv conv = { &auth_conv, &auth_cred }; local
535 e = pam_start("telnetd", name, &conv, &pamh);
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlsave.c559 if ((encoding != NULL) && (buf->encoder == NULL) && (buf->conv == NULL)) {
566 buf->conv = xmlBufCreate();
567 if (buf->conv == NULL) {
584 xmlBufFree(buf->conv);
586 buf->conv = NULL;
868 (buf->encoder == NULL) && (buf->conv == NULL)) {
1143 (buf->encoder == NULL) && (buf->conv == NULL)) {
1166 (buf->encoder == NULL) && (buf->conv == NULL) &&
2466 if (out_buff->conv != NULL) {
2467 *doc_txt_len = xmlBufUse(out_buff->conv);
[all...]
H A Dencoding.c113 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t)); local
114 if (conv == NULL)
117 conv->uconv = ucnv_open(name, &status);
123 ucnv_setToUCallBack(conv->uconv, UCNV_TO_U_CALLBACK_STOP,
127 ucnv_setFromUCallBack(conv->uconv, UCNV_FROM_U_CALLBACK_STOP,
134 conv->utf8 = ucnv_open("UTF-8", &status);
136 return conv;
139 if (conv->uconv)
140 ucnv_close(conv->uconv);
141 xmlFree(conv);
146 closeIcuConverter(uconv_t *conv) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dhistory.c738 static ct_buffer_t conv; local
773 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) {
798 static ct_buffer_t conv; local
825 (void) strvis(ptr, ct_encode_string(ev.str, &conv), VIS_WHITE);
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf/
H A Dcollperf.cpp772 UConverter *conv = ucnv_open("utf-8", &status); // just UTF-8 for now.
811 s = ucnv_fromUChars(conv,NULL, 0, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
818 t = ucnv_fromUChars(conv,posix_data->last(), s, icu_data->dataOf(i), icu_data->lengthOf(i), &status);
860 ucnv_close(conv);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DDirectConvolver.cpp94 conv(inputP - kernelSize + 1, 1, kernelP + kernelSize - 1, -1, destP, 1, framesToProcess, kernelSize);
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c857 domain->conv != (__gconv_t) -1
860 domain->conv != (iconv_t) -1
921 res = __gconv (domain->conv,
948 if (iconv (domain->conv,
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c849 domain->conv != (__gconv_t) -1
852 domain->conv != (iconv_t) -1
913 res = __gconv (domain->conv,
940 if (iconv (domain->conv,
/macosx-10.10/libedit-40/src/
H A Dhistory.c785 static ct_buffer_t conv; local
815 if (HENTER(h, &ev, ct_decode_string(ptr, &conv)) == -1) {
841 static ct_buffer_t conv; local
857 str = ct_encode_string(ev.str, &conv);
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A DxmlIO.h149 xmlBufPtr conv; /* if encoder != NULL buffer for output */ member in struct:_xmlOutputBuffer
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DxmlIO.h149 xmlBufferPtr conv; /* if encoder != NULL buffer for output */ member in struct:_xmlOutputBuffer

Completed in 265 milliseconds

1234567891011>>