Searched refs:src_str (Results 1 – 1 of 1) sorted by relevance
557 char* UTF8CoerceToStructurallyValid(const StringPiece& src_str, in UTF8CoerceToStructurallyValid() argument560 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()