Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dcommon.h153 LIBPROTOBUF_EXPORT int UTF8SpnStructurallyValid(const StringPiece& str);
Dstructurally_valid.cc536 int UTF8SpnStructurallyValid(const StringPiece& str) { in UTF8SpnStructurallyValid() function
562 int n = UTF8SpnStructurallyValid(src_str); in UTF8CoerceToStructurallyValid()
577 n = UTF8SpnStructurallyValid(str2); // scan the remainder in UTF8CoerceToStructurallyValid()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.cc133 int n = internal::UTF8SpnStructurallyValid(chunk); in Parse()