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

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/html/template/
js.go 34 // All cases below are in the single-byte UTF-8 group.
js_test.go 209 // Invalid UTF-8 sequence
  /prebuilts/go/darwin-x86/src/net/
cgo_unix.go 242 // Multicast DNS UTF-8 in RFC 5198 or <=253 + a NUL terminator
  /prebuilts/go/darwin-x86/src/strings/
replace_test.go 50 // str converts 0xff to "\xff". This isn't just string(b) since that converts to UTF-8.
strings_test.go 269 // RuneError should match any invalid UTF-8 byte sequence.
814 // tests of invalid UTF-8
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
main.go 348 os.Setenv("LANG", "en_US.UTF-8")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
html.go 36 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
  /prebuilts/go/linux-x86/src/html/template/
js.go 34 // All cases below are in the single-byte UTF-8 group.
js_test.go 209 // Invalid UTF-8 sequence
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 242 // Multicast DNS UTF-8 in RFC 5198 or <=253 + a NUL terminator
  /prebuilts/go/linux-x86/src/strings/
replace_test.go 50 // str converts 0xff to "\xff". This isn't just string(b) since that converts to UTF-8.
strings_test.go 269 // RuneError should match any invalid UTF-8 byte sequence.
814 // tests of invalid UTF-8
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 366 // RuneError should match any invalid UTF-8 byte sequence.
1155 // tests of invalid UTF-8
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 366 // RuneError should match any invalid UTF-8 byte sequence.
1155 // tests of invalid UTF-8
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /libcore/
JavaLibrary.mk 67 local_javac_flags=-encoding UTF-8
  /prebuilts/go/darwin-x86/src/bufio/
scan_test.go 34 "\x81", // UTF-8 error
  /prebuilts/go/darwin-x86/src/builtin/
builtin.go 69 // necessarily representing UTF-8-encoded text. A string may be empty, but
  /prebuilts/go/darwin-x86/src/crypto/x509/
verify.go 440 // If we get a UTF-8 error then there might be
  /prebuilts/go/darwin-x86/src/encoding/asn1/
marshal.go 582 return nil, errors.New("asn1: string not valid UTF-8")
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse_test.go 124 {`[?-??]`, `cc{0x3b1-0x3b5 0x263a}`}, // utf-8
470 "\xff", // Invalid UTF-8
  /prebuilts/go/linux-x86/src/bufio/
scan_test.go 34 "\x81", // UTF-8 error
  /prebuilts/go/linux-x86/src/builtin/
builtin.go 69 // necessarily representing UTF-8-encoded text. A string may be empty, but
  /prebuilts/go/linux-x86/src/crypto/x509/
verify.go 440 // If we get a UTF-8 error then there might be

Completed in 1366 milliseconds

1 2 3 4 5 6 7 891011>>