Home
last modified time | relevance | path

Searched refs:UTF8SpnStructurallyValid (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dcommon.h138 PROTOBUF_EXPORT int UTF8SpnStructurallyValid(StringPiece str);
Dstructurally_valid.cc564 int UTF8SpnStructurallyValid(StringPiece str) { in UTF8SpnStructurallyValid() function
589 int n = UTF8SpnStructurallyValid(src_str); in UTF8CoerceToStructurallyValid()
604 n = UTF8SpnStructurallyValid(str2); // scan the remainder in UTF8CoerceToStructurallyValid()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc93 int n_valid_bytes = internal::UTF8SpnStructurallyValid(str); in ReplaceInvalidCodePoints()
183 int n = internal::UTF8SpnStructurallyValid(chunk); in Parse()
/third_party/protobuf/
Dlibprotobuf_lite.map378 "google::protobuf::internal::UTF8SpnStructurallyValid(google::protobuf::StringPiece)";