Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstructurally_valid.cc557 char* UTF8CoerceToStructurallyValid(const StringPiece& src_str, in UTF8CoerceToStructurallyValid() argument
560 const char* isrc = src_str.data(); in UTF8CoerceToStructurallyValid()
561 const int len = src_str.length(); in UTF8CoerceToStructurallyValid()
562 int n = UTF8SpnStructurallyValid(src_str); in UTF8CoerceToStructurallyValid()