Searched defs:IsStructurallyValidUTF8 (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h146 LIBPROTOBUF_EXPORT bool IsStructurallyValidUTF8(const char* buf, int len);
148 inline bool IsStructurallyValidUTF8(const std::string& str) { function in namespace:google::protobuf::internal
149 return IsStructurallyValidUTF8(str.data(), static_cast<int>(str.length()));
H A Dstructurally_valid.cc527 bool IsStructurallyValidUTF8(const char* buf, int len) { function in namespace:google::protobuf::internal

Completed in 62 milliseconds