Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/public/base/
Dunique_position.cc512 static bool IsRepeatedCharPrefix(const std::string& chars, size_t start_index) { in IsRepeatedCharPrefix() function
545 if (i + 4 <= str.length() && IsRepeatedCharPrefix(str, i)) { in CompressImpl()
588 if (IsRepeatedCharPrefix(str, i)) { in Uncompress()
605 if (IsRepeatedCharPrefix(str, i)) { in IsValidCompressed()