Home
last modified time | relevance | path

Searched refs:UTF8CoerceToStructurallyValid (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
Dcommon.h151 PROTOBUF_EXPORT char* UTF8CoerceToStructurallyValid(const StringPiece& str,
Dstructurally_valid.cc586 char* UTF8CoerceToStructurallyValid(const StringPiece& src_str, in UTF8CoerceToStructurallyValid() function
/external/protobuf/src/google/protobuf/util/internal/
Djson_stream_parser.cc165 char* coerced = internal::UTF8CoerceToStructurallyValid(leftover_, utf8.get(), ' '); in FinishParse()