Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.h167 LIBPROTOBUF_EXPORT char* UTF8CoerceToStructurallyValid(
Dstructurally_valid.cc557 char* UTF8CoerceToStructurallyValid(const StringPiece& src_str, in UTF8CoerceToStructurallyValid() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.cc158 char* coerced = internal::UTF8CoerceToStructurallyValid(leftover_, utf8.get(), ' '); in FinishParse()