Searched refs:IsRepeatedCharPrefix (Results 1 – 1 of 1) sorted by relevance
512 static bool IsRepeatedCharPrefix(const std::string& chars, size_t start_index) { in IsRepeatedCharPrefix() function545 if (i + 4 <= str.length() && IsRepeatedCharPrefix(str, i)) { in CompressImpl()588 if (IsRepeatedCharPrefix(str, i)) { in Uncompress()605 if (IsRepeatedCharPrefix(str, i)) { in IsValidCompressed()