Searched refs:utf (Results 1 - 25 of 133) sorted by relevance

123456

/macosx-10.10/vim-55/runtime/tutor/
H A DMakefile8 all: tutor.utf-8 \
10 tutor.ca.utf-8 \
11 tutor.de.utf-8 \
14 tutor.es.utf-8 \
15 tutor.fr.utf-8 \
18 tutor.it.utf-8 \
21 tutor.no.utf-8 \
23 tutor.nb.utf-8 \
25 tutor.sv.utf-8 \
26 tutor.zh.utf
[all...]
/macosx-10.10/vim-55/runtime/keymap/
H A Dpersian.vim3 let encoding = 'utf-8'
6 if encoding == 'utf-8'
H A Dcroatian.vim10 if s:encoding == 'utf-8'
H A Dhebrew.vim10 if encoding == 'utf-8'
H A Dhebrewp.vim10 if encoding == 'utf-8'
H A Dpersian-iranian_utf-8.vim6 scriptencoding utf-8
H A Dslovak.vim10 if encoding == 'utf-8'
H A Dvietnamese-viqr_utf-8.vim5 scriptencoding utf-8
H A Dlithuanian-baltic.vim2 " Useful mainly with utf-8 but may work with other encodings
9 scriptencoding utf-8
H A Dserbian.vim10 if encoding == 'utf-8'
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlstring.c600 * @utf: pointer to the UTF8 character
607 xmlUTF8Size(const xmlChar *utf) { argument
611 if (utf == NULL)
613 if (*utf < 0x80)
616 if (!(*utf & 0x40))
621 if (!(*utf & mask))
650 * @utf: a sequence of UTF-8 encoded bytes
658 xmlUTF8Strlen(const xmlChar *utf) { argument
661 if (utf == NULL)
664 while (*utf !
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlstring.c600 * @utf: pointer to the UTF8 character
607 xmlUTF8Size(const xmlChar *utf) { argument
611 if (utf == NULL)
613 if (*utf < 0x80)
616 if (!(*utf & 0x40))
621 if (!(*utf & mask))
650 * @utf: a sequence of UTF-8 encoded bytes
658 xmlUTF8Strlen(const xmlChar *utf) { argument
661 if (utf == NULL)
664 while (*utf !
702 xmlGetUTF8Char(const unsigned char *utf, int *len) argument
773 xmlCheckUTF8(const unsigned char *utf) argument
825 xmlUTF8Strsize(const xmlChar *utf, int len) argument
858 xmlUTF8Strndup(const xmlChar *utf, int len) argument
887 xmlUTF8Strpos(const xmlChar *utf, int pos) argument
919 xmlUTF8Strloc(const xmlChar *utf, const xmlChar *utfchar) argument
956 xmlUTF8Strsub(const xmlChar *utf, int start, int len) argument
[all...]
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxmlstring.h109 xmlGetUTF8Char (const unsigned char *utf,
112 xmlCheckUTF8 (const unsigned char *utf);
114 xmlUTF8Strsize (const xmlChar *utf,
117 xmlUTF8Strndup (const xmlChar *utf,
120 xmlUTF8Strpos (const xmlChar *utf,
123 xmlUTF8Strloc (const xmlChar *utf,
126 xmlUTF8Strsub (const xmlChar *utf,
130 xmlUTF8Strlen (const xmlChar *utf);
132 xmlUTF8Size (const xmlChar *utf);
/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-access-tests.test32 ATTR charset attributes-charset utf-8
H A Dbonjour-value-tests.test32 ATTR charset attributes-charset utf-8
/macosx-10.10/cups-408/cups/test/
H A Dget-notifications.test29 ATTR charset attributes-charset utf-8
H A D4.1-requests.test33 ATTR charset attributes-charset utf-8
70 ATTR charset attributes-charset utf-8
88 ATTR charset attributes-charset utf-8
107 ATTR charset attributes-charset utf-8
127 ATTR charset attributes-charset utf-8
150 ATTR charset attributes-charset utf-8
H A D4.2-cups-printer-ops.test16 ATTR charset attributes-charset utf-8
39 ATTR charset attributes-charset utf-8
60 ATTR charset attributes-charset utf-8
81 ATTR charset attributes-charset utf-8
102 ATTR charset attributes-charset utf-8
129 ATTR charset attributes-charset utf-8
152 ATTR charset attributes-charset utf-8
173 ATTR charset attributes-charset utf-8
199 ATTR charset attributes-charset utf-8
228 ATTR charset attributes-charset utf
[all...]
H A Dcancel-current-job.test30 ATTR charset attributes-charset utf-8
52 ATTR charset attributes-charset utf-8
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A Dtextwindow.tcl38 fconfigure $chan -encoding utf-8 -buffering none
63 # utf-8 character at the end of the buffer ? Should be saved
66 $widget insert end [encoding convertfrom utf-8 $data]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtofile.tcl20 fconfigure $f -encoding utf-8
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs35 =item json - a json text encoded, either utf-8, utf16-be/le, utf32-be/le
47 =item eval - evaluate the given code as (non-utf-8) Perl, basically the reverse of "-t dump"
65 =item json, json-utf-8 - json, utf-8 encoded
69 =item json-utf-16le, json-utf-16be - little endian/big endian utf-16
71 =item json-utf-32le, json-utf-32be - little endian/big endian utf
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_file.tcl73 fconfigure $chan -buffering none -encoding utf-8
181 fconfigure $jchan -encoding utf-8
208 fconfigure $new -buffering none -encoding utf-8
222 fconfigure $chan -buffering none -encoding utf-8
/macosx-10.10/vim-55/runtime/doc/
H A DMakefile433 iconv -f latin1 -t utf-8 $< >$@
436 iconv -f latin1 -t utf-8 $< >$@
439 iconv -f latin1 -t utf-8 $< >$@
442 iconv -f latin1 -t utf-8 $< >$@
445 iconv -f latin1 -t utf-8 $< >$@
448 iconv -f latin1 -t utf-8 $< >$@
451 iconv -f latin1 -t utf-8 $< >$@
454 iconv -f latin1 -t utf-8 $< >$@
457 iconv -f latin1 -t utf-8 $< >$@
460 iconv -f latin1 -t utf
[all...]

Completed in 126 milliseconds

123456