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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 582 return nil, errors.New("asn1: string not valid UTF-8")
asn1.go 415 // parseUTF8String parses a ASN.1 UTF8String (raw UTF-8) from the given byte
419 return "", errors.New("asn1: invalid UTF-8 string")
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse_test.go 124 {`[?-??]`, `cc{0x3b1-0x3b5 0x263a}`}, // utf-8
470 "\xff", // Invalid UTF-8
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 336 // UTF-32: 4 bytes per escape.
350 // UTF-16: 2 bytes for BMP, 4 bytes otherwise.
354 // UTF-8.
417 assert(CharByteWidth == 1 && "UTF-8 encoding is only for 1 byte characters");
    [all...]
  /external/elfutils/libdw/
known-dwarf.h 152 DWARF_ONE_KNOWN_DW_ATE (UTF, DW_ATE_UTF) \
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 415 // parseUTF8String parses a ASN.1 UTF8String (raw UTF-8) from the given byte
419 return "", errors.New("asn1: invalid UTF-8 string")
  /prebuilts/go/darwin-x86/src/runtime/
malloc.go 263 // UTF-8 sequences, and they are otherwise as far away from
274 // but it hardly matters: e0 00 is not valid UTF-8 either.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/transform/
transform.go 521 // otherwise turn a sequence of invalid UTF-8 into valid UTF-8.
  /prebuilts/go/linux-x86/src/runtime/
malloc.go 263 // UTF-8 sequences, and they are otherwise as far away from
274 // but it hardly matters: e0 00 is not valid UTF-8 either.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/transform/
transform.go 521 // otherwise turn a sequence of invalid UTF-8 into valid UTF-8.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Test/
CodedInputStreamTest.cs 338 /// Tests that if we read an string that contains invalid UTF-8, no exception
  /prebuilts/go/darwin-x86/src/bufio/
bufio.go 265 // ReadRune reads a single UTF-8 encoded Unicode character and returns the
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 314 // recommended), the string value will be encoded in UTF-8.
  /prebuilts/go/darwin-x86/src/encoding/json/
encode_test.go 425 s := string(r) + "\xff\xff\xffhello" // some invalid UTF-8 too
  /prebuilts/go/darwin-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/darwin-x86/src/io/
io.go 260 // ReadRune reads a single UTF-8 encoded Unicode character
  /prebuilts/go/darwin-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/darwin-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

Completed in 726 milliseconds

1 2 3 4 5 6 7 8 91011>>