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

<<111213

  /prebuilts/go/darwin-x86/src/fmt/
scan_test.go 437 // Bad UTF-8: should see every byte.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
parse.go 896 p.errorf("illegal UTF-8 encoding for character constant")
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal.go 22 Header = `<?xml version="1.0" encoding="UTF-8"?>` + "\n"
marshal_test.go     [all...]
  /prebuilts/go/linux-x86/src/fmt/
scan_test.go 437 // Bad UTF-8: should see every byte.
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/flatbuffers/src/
idl_parser.cpp 236 if (static_cast<unsigned char>(*cursor_) != 0xbb) return Error("invalid utf-8 byte order mark");
238 if (static_cast<unsigned char>(*cursor_) != 0xbf) return Error("invalid utf-8 byte order mark");
327 } else { // printable chars + UTF-8 bytes
341 return Error("illegal UTF-8 sequence");
    [all...]
  /external/protobuf/src/google/protobuf/compiler/js/
js_generator.cc 604 // JavaScript. The input data should be a UTF-8 encoded C++ string of chars.
605 // Returns false if |out| was truncated because |in| contained invalid UTF-8 or
612 // Decode the next UTF-8 codepoint.
783 << " was truncated since it contained invalid UTF-8 or"
    [all...]
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 283 // UTF-8 sequences.
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 22 // All characters are UTF-8-encoded code points.
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 283 // UTF-8 sequences.
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 22 // All characters are UTF-8-encoded code points.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go     [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go     [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go 40 ErrInvalidUTF8 ErrorCode = "invalid UTF-8"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go     [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go 40 ErrInvalidUTF8 ErrorCode = "invalid UTF-8"
    [all...]
  /build/make/core/
definitions.mk     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
data.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
data.go     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 876 milliseconds

<<111213