HomeSort by relevance Sort by last modified time
    Searched refs:IsStructurallyValidUTF8 (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
structurally_valid_unittest.cc 17 EXPECT_TRUE(IsStructurallyValidUTF8(valid_str.data(),
21 EXPECT_TRUE(IsStructurallyValidUTF8(valid_str.data() + i,
28 EXPECT_FALSE(IsStructurallyValidUTF8(invalid_str.data(),
32 EXPECT_FALSE(IsStructurallyValidUTF8(invalid_str.data() + i,
common.h 146 LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len);
148 inline bool IsStructurallyValidUTF8(const std::string& str) {
149 return IsStructurallyValidUTF8(str.data(), static_cast<int>(str.length()));
structurally_valid.cc 527 bool IsStructurallyValidUTF8(const char* buf, int len) {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 146 LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len);
148 inline bool IsStructurallyValidUTF8(const std::string& str) {
149 return IsStructurallyValidUTF8(str.data(), static_cast<int>(str.length()));
  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.cc 162 if (!internal::IsStructurallyValidUTF8(leftover_)) {
  /external/protobuf/src/google/protobuf/
wire_format_lite.cc 516 if (!IsStructurallyValidUTF8(data, size)) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/
common.h     [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/
common.h     [all...]

Completed in 388 milliseconds