HomeSort by relevance Sort by last modified time
    Searched refs:UTF (Results 251 - 275 of 307) sorted by null

<<111213

  /prebuilts/go/darwin-x86/src/net/textproto/
reader.go 96 // It does not assume Unicode or UTF-8.
  /prebuilts/go/darwin-x86/src/regexp/
exec_test.go 159 // middle of UTF-8 sequences. This package
  /prebuilts/go/darwin-x86/src/runtime/
os_windows.go 306 // "envA=valA\x00envB=valB\x00\x00" (in UTF-16)
424 // to the console regardless of the current code page. Input is utf-16 code points.
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 18 The input text for a template is UTF-8-encoded text in any format.
  /prebuilts/go/linux-x86/src/bufio/
bufio.go 265 // ReadRune reads a single UTF-8 encoded Unicode character and returns the
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 314 // recommended), the string value will be encoded in UTF-8.
  /prebuilts/go/linux-x86/src/encoding/json/
encode_test.go 425 s := string(r) + "\xff\xff\xffhello" // some invalid UTF-8 too
decode_test.go 618 // invalid UTF-8 is coerced to valid UTF-8.
    [all...]
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 71 s.error(s.offset, "illegal UTF-8 encoding")
scanner_test.go 725 {"\"abc\x80def\"", token.STRING, 4, "\"abc\x80def\"", "illegal UTF-8 encoding"},
  /prebuilts/go/linux-x86/src/io/
io.go 260 // ReadRune reads a single UTF-8 encoded Unicode character
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix.go 322 // (for example Multicast DNS allows UTF-8; see RFC 6762).
lookup_test.go 33 // encodings, UTF-8 encoded net name, domain name, FQDN or absolute
  /prebuilts/go/linux-x86/src/net/mail/
message.go 236 return mime.BEncoding.Encode("utf-8", a.Name) + " " + s
238 return mime.QEncoding.Encode("utf-8", a.Name) + " " + s
442 return "", fmt.Errorf("mail: invalid utf-8 in quoted-string: %q", p.s)
489 return "", fmt.Errorf("mail: invalid utf-8 in address: %q", p.s)
617 // isMultibyte reports whether r is a multi-byte UTF-8 character
  /prebuilts/go/linux-x86/src/net/textproto/
reader.go 96 // It does not assume Unicode or UTF-8.
  /prebuilts/go/linux-x86/src/regexp/
exec_test.go 159 // middle of UTF-8 sequences. This package
  /prebuilts/go/linux-x86/src/runtime/
os_windows.go 306 // "envA=valA\x00envB=valB\x00\x00" (in UTF-16)
424 // to the console regardless of the current code page. Input is utf-16 code points.
  /prebuilts/go/linux-x86/src/text/template/
doc.go 18 The input text for a template is UTF-8-encoded text in any format.
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1_test.go     [all...]
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1_test.go     [all...]
  /external/bison/
configure     [all...]
  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py 17 dependencies, but you'll have more success at converting data to UTF-8
105 DEFAULT_OUTPUT_ENCODING = "utf-8"
418 encoding = encoding or "utf-8"
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 618 // invalid UTF-8 is coerced to valid UTF-8.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
parse.go 896 p.errorf("illegal UTF-8 encoding for character constant")
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 22 Header = `<?xml version="1.0" encoding="UTF-8"?>` + "\n"

Completed in 3908 milliseconds

<<111213