Home
last modified time | relevance | path

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

/dports/lang/gcc8/gcc-8.5.0/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/strconv/
H A Dquote.go16 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
17 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
20 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
21 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
24 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
38 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
44 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
49 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
61 if ASCIIonly {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
14 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
17 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
18 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
21 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
35 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
41 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
46 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
51 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 if ASCIIonly {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/strconv/
H A Dquote.go16 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
17 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
20 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
21 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
24 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
38 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
44 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
49 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
61 if ASCIIonly {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/strconv/
H A Dquote.go16 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
17 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
20 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
21 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
24 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
38 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
44 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
49 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
61 if ASCIIonly {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/strconv/
H A Dquote.go19 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
20 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
23 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
27 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
48 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
54 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
59 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
64 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
71 if ASCIIonly {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/strconv/
H A Dquote.go23 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
27 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
28 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
31 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
52 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
58 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
63 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
68 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
75 if ASCIIonly {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/strconv/
H A Dquote.go23 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
24 return string(appendQuotedWith(make([]byte, 0, 3*len(s)/2), s, quote, ASCIIonly, graphicOnly))
27 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
28 return string(appendQuotedRuneWith(nil, r, quote, ASCIIonly, graphicOnly))
31 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
52 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
58 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
63 buf = appendEscapedRune(buf, r, quote, ASCIIonly, graphicOnly)
68 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
75 if ASCIIonly {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly bool) string {
34 if ASCIIonly {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly bool) string {
34 if ASCIIonly {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/strconv/
H A Dquote.go15 func quoteWith(s string, quote byte, ASCIIonly bool) string {
36 if ASCIIonly {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/strconv/
H A Dquote.go13 func quoteWith(s string, quote byte, ASCIIonly bool) string {
34 if ASCIIonly {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/strconv/
H A Dquote.go15 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
36 if ASCIIonly {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/strconv/
H A Dquote.go15 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
36 if ASCIIonly {