Home
last modified time | relevance | path

Searched refs:utf (Results 1 – 25 of 9564) sorted by relevance

12345678910>>...383

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jung-kurt/gofpdf/
H A Dutf8fontfile.go93 return &utf
338 utf.fontElementSize = utf.readUint16()
411 utf.CapHeight = utf.Ascent
416 utf.Ascent = int(float64(utf.Bbox.Ymax) * scale)
421 utf.CapHeight = utf.Ascent
430 utf.ItalicAngle = int(utf.readInt16()) + utf.readUint16()/65536.0
439 utf.Flags = utf.Flags | 64
442 utf.Flags = utf.Flags | 262144
445 utf.Flags = utf.Flags | 1
540 utf.LastRune = max(utf.LastRune, char)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/
H A Dutf8fontfile.go93 return &utf
338 utf.fontElementSize = utf.readUint16()
411 utf.CapHeight = utf.Ascent
416 utf.Ascent = int(float64(utf.Bbox.Ymax) * scale)
421 utf.CapHeight = utf.Ascent
430 utf.ItalicAngle = int(utf.readInt16()) + utf.readUint16()/65536.0
439 utf.Flags = utf.Flags | 64
442 utf.Flags = utf.Flags | 262144
445 utf.Flags = utf.Flags | 1
540 utf.LastRune = max(utf.LastRune, char)
[all …]
/dports/editors/o/o-2.46.0/vendor/github.com/jung-kurt/gofpdf/gofpdf-1.16.2/
H A Dutf8fontfile.go93 return &utf
338 utf.fontElementSize = utf.readUint16()
411 utf.CapHeight = utf.Ascent
416 utf.Ascent = int(float64(utf.Bbox.Ymax) * scale)
421 utf.CapHeight = utf.Ascent
430 utf.ItalicAngle = int(utf.readInt16()) + utf.readUint16()/65536.0
439 utf.Flags = utf.Flags | 64
442 utf.Flags = utf.Flags | 262144
445 utf.Flags = utf.Flags | 1
540 utf.LastRune = max(utf.LastRune, char)
[all …]
/dports/net/whois/whois-5.5.7/
H A Dservers_charset_list3 whois.conac.cn utf-8
12 whois.nic.ar utf-8
16 whois.nic.ch utf-8
17 whois.nic.cl utf-8
20 whois.nic.cz utf-8
23 whois.dk-hostmaster.dk utf-8 --charset=utf-8
24 whois.tld.ee utf-8
25 whois.eu utf-8
27 whois.nic.fo utf-8
39 whois.kr utf-8
[all …]
/dports/editors/vim/vim-8.2.3745/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 \
22 tutor.no.utf-8 \
24 tutor.nb.utf-8 \
28 tutor.zh.utf-8
88 tutor.nb.utf-8: tutor.no.utf-8
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/pcre2-sys-0.2.5/pcre2/testdata/
H A Dtestinput127 /abc/utf
30 /\x80/IB,utf
32 /\xff/IB,utf
100 /X/utf
136 /\h/I,utf
147 /\v/I,utf
175 /a+/utf
197 /\R/I,utf
201 /a/utf
214 /�/utf
[all …]
H A Dtestinput106 /[�]/utf
8 /�/utf
10 /���xxx/utf
12 /��������/utf
16 /badutf/utf
58 /badutf/utf
229 /X/utf
250 /\h/I,utf
261 /\v/I,utf
284 /a+/utf
[all …]
H A Dtestinput78 /\x{100}ab/utf
22 /\bX/utf
29 /\BX/utf
36 /X\b/utf
43 /X\B/utf
50 /[^a]/utf
64 /a.b/utf
257 /\D/utf
261 />\S/utf
265 /\d/utf
[all …]
H A Dtestinput49 /a.b/utf
16 /a(.{3})b/utf
39 /a(.)(.)/utf
196 /\D*/utf
199 /\D*/utf
202 /\D/utf
206 />\S/utf
210 /\d/utf
213 /\s/utf
473 /^ሴ/utf
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dutf.test1096 test utf-11.1 {Tcl_UtfToUpper} {
1099 test utf-11.2 {Tcl_UtfToUpper} {
1102 test utf-11.3 {Tcl_UtfToUpper} {
1105 test utf-11.4 {Tcl_UtfToUpper} {
1121 test utf-12.1 {Tcl_UtfToLower} {
1124 test utf-12.2 {Tcl_UtfToLower} {
1127 test utf-12.3 {Tcl_UtfToLower} {
1130 test utf-12.4 {Tcl_UtfToLower} {
1146 test utf-13.1 {Tcl_UtfToTitle} {
1149 test utf-13.2 {Tcl_UtfToTitle} {
[all …]
/dports/converters/trans/trans120/bin/
H A Dutf.c47 utf [i] = '\0' ; in Unicode2UTF()
63 utf [0] = (uchar) ch ; in Unicode2UTF()
82 return (utf) ; in Unicode2UTF()
101 uchar *utf in UTF2Unicode() argument
112 if (utf [0] < 0x80) in UTF2Unicode()
113 return ((ushort) *utf) ; in UTF2Unicode()
121 if (utf [0] < 0xC0) in UTF2Unicode()
124 if ((utf [1] < 0x80) || (utf [1] >= 0xC0)) in UTF2Unicode()
127 if (utf [0] < 0xE0) in UTF2Unicode()
129 if ((utf [1] < 0x80) || (utf [1] >= 0xC0)) in UTF2Unicode()
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dutf.test1198 test utf-11.1 {Tcl_UtfToUpper} {
1201 test utf-11.2 {Tcl_UtfToUpper} {
1204 test utf-11.3 {Tcl_UtfToUpper} {
1207 test utf-11.4 {Tcl_UtfToUpper} {
1223 test utf-12.1 {Tcl_UtfToLower} {
1226 test utf-12.2 {Tcl_UtfToLower} {
1229 test utf-12.3 {Tcl_UtfToLower} {
1232 test utf-12.4 {Tcl_UtfToLower} {
1248 test utf-13.1 {Tcl_UtfToTitle} {
1251 test utf-13.2 {Tcl_UtfToTitle} {
[all …]
/dports/www/p5-HTML-Encoding/HTML-Encoding-0.61/t/
H A D01http.t22 01 utf-8
23 02 utf-8
24 03 utf-8
25 04 utf-8
26 05 utf-8
27 06 utf-8
28 07 utf-8
29 08 utf-8
30 09 utf-8
31 10 utf-8
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/encoding/
H A Dtextdecoder-streaming.any.js.ini2 [Streaming decode: utf-16be, 1 byte window (SharedArrayBuffer)]
5 [Streaming decode: utf-16be, 5 byte window (SharedArrayBuffer)]
8 [Streaming decode: utf-16le, 4 byte window (SharedArrayBuffer)]
11 [Streaming decode: utf-16le, 2 byte window (SharedArrayBuffer)]
14 [Streaming decode: utf-16be, 3 byte window (SharedArrayBuffer)]
17 [Streaming decode: utf-8, 3 byte window (SharedArrayBuffer)]
20 [Streaming decode: utf-8, 5 byte window (SharedArrayBuffer)]
23 [Streaming decode: utf-16be, 2 byte window (SharedArrayBuffer)]
29 [Streaming decode: utf-8, 1 byte window (SharedArrayBuffer)]
35 [Streaming decode: utf-8, 4 byte window (SharedArrayBuffer)]
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/encoding/
H A Dtextdecoder-streaming.any.js.ini2 [Streaming decode: utf-16be, 1 byte window (SharedArrayBuffer)]
5 [Streaming decode: utf-16be, 5 byte window (SharedArrayBuffer)]
8 [Streaming decode: utf-16le, 4 byte window (SharedArrayBuffer)]
11 [Streaming decode: utf-16le, 2 byte window (SharedArrayBuffer)]
14 [Streaming decode: utf-16be, 3 byte window (SharedArrayBuffer)]
17 [Streaming decode: utf-8, 3 byte window (SharedArrayBuffer)]
20 [Streaming decode: utf-8, 5 byte window (SharedArrayBuffer)]
23 [Streaming decode: utf-16be, 2 byte window (SharedArrayBuffer)]
29 [Streaming decode: utf-8, 1 byte window (SharedArrayBuffer)]
35 [Streaming decode: utf-8, 4 byte window (SharedArrayBuffer)]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/encoding/
H A Dtextdecoder-streaming.any.js.ini2 [Streaming decode: utf-16be, 1 byte window (SharedArrayBuffer)]
5 [Streaming decode: utf-16be, 5 byte window (SharedArrayBuffer)]
8 [Streaming decode: utf-16le, 4 byte window (SharedArrayBuffer)]
11 [Streaming decode: utf-16le, 2 byte window (SharedArrayBuffer)]
14 [Streaming decode: utf-16be, 3 byte window (SharedArrayBuffer)]
17 [Streaming decode: utf-8, 3 byte window (SharedArrayBuffer)]
20 [Streaming decode: utf-8, 5 byte window (SharedArrayBuffer)]
23 [Streaming decode: utf-16be, 2 byte window (SharedArrayBuffer)]
29 [Streaming decode: utf-8, 1 byte window (SharedArrayBuffer)]
35 [Streaming decode: utf-8, 4 byte window (SharedArrayBuffer)]
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/encoding/
H A Dtextdecoder-streaming.any.js.ini2 [Streaming decode: utf-16be, 1 byte window (SharedArrayBuffer)]
5 [Streaming decode: utf-16be, 5 byte window (SharedArrayBuffer)]
8 [Streaming decode: utf-16le, 4 byte window (SharedArrayBuffer)]
11 [Streaming decode: utf-16le, 2 byte window (SharedArrayBuffer)]
14 [Streaming decode: utf-16be, 3 byte window (SharedArrayBuffer)]
17 [Streaming decode: utf-8, 3 byte window (SharedArrayBuffer)]
20 [Streaming decode: utf-8, 5 byte window (SharedArrayBuffer)]
23 [Streaming decode: utf-16be, 2 byte window (SharedArrayBuffer)]
29 [Streaming decode: utf-8, 1 byte window (SharedArrayBuffer)]
35 [Streaming decode: utf-8, 4 byte window (SharedArrayBuffer)]
[all …]
/dports/devel/pcre2/pcre2-35fee41/testdata/
H A Dtestinput127 /abc/utf
30 /\x80/IB,utf
32 /\xff/IB,utf
100 /X/utf
136 /\h/I,utf
147 /\v/I,utf
175 /a+/utf
197 /\R/I,utf
201 /a/utf
214 /�/utf
[all …]
H A Dtestinput78 /\x{100}ab/utf
22 /\bX/utf
29 /\BX/utf
36 /X\b/utf
43 /X\B/utf
50 /[^a]/utf
64 /a.b/utf
257 /\D/utf
261 />\S/utf
265 /\d/utf
[all …]
H A Dtestinput106 /[�]/utf
8 /�/utf
10 /���xxx/utf
12 /��������/utf
18 /badutf/utf
60 /badutf/utf
231 /X/utf
252 /\h/I,utf
286 /a+/utf
349 /A/utf
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/test/doc/examples/
H A Dboost_runtime_list_content.run.cpp11 namespace utf=boost::unit_test;
18 * utf::label( "label1" )
19 * utf::label( "label2" ))
22 * utf::enabled() * utf::description("enabled"))
28 * utf::description( "defaulted") * utf::expected_failures( 1 ))
44 * utf::disabled()
45 * utf::label( "label1" )
60 * utf::enabled()
77 * utf::timeout( 10 ))
83 * utf::enabled()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/test/doc/examples/
H A Dboost_runtime_list_content.run.cpp11 namespace utf=boost::unit_test;
18 * utf::label( "label1" )
19 * utf::label( "label2" ))
22 * utf::enabled() * utf::description("enabled"))
28 * utf::description( "defaulted") * utf::expected_failures( 1 ))
44 * utf::disabled()
45 * utf::label( "label1" )
60 * utf::enabled()
77 * utf::timeout( 10 ))
83 * utf::enabled()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/doc/examples/
H A Dboost_runtime_list_content.run.cpp11 namespace utf=boost::unit_test;
18 * utf::label( "label1" )
19 * utf::label( "label2" ))
22 * utf::enabled() * utf::description("enabled"))
28 * utf::description( "defaulted") * utf::expected_failures( 1 ))
44 * utf::disabled()
45 * utf::label( "label1" )
60 * utf::enabled()
77 * utf::timeout( 10 ))
83 * utf::enabled()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/test/doc/examples/
H A Dboost_runtime_list_content.run.cpp11 namespace utf=boost::unit_test;
18 * utf::label( "label1" )
19 * utf::label( "label2" ))
22 * utf::enabled() * utf::description("enabled"))
28 * utf::description( "defaulted") * utf::expected_failures( 1 ))
44 * utf::disabled()
45 * utf::label( "label1" )
60 * utf::enabled()
77 * utf::timeout( 10 ))
83 * utf::enabled()
[all …]
/dports/www/libhubbub/libhubbub-0.3.7/test/data/csdetect/
H A Dnon-ascii-meta.dat4 <meta charset="utf-16">
6 utf-8
11 <meta charset="utf-16le">
13 utf-8
20 utf-8
27 utf-8
34 utf-8
41 utf-8
48 utf-8
55 utf-8
[all …]

12345678910>>...383