Lines Matching defs:string
19 // Class holding constants and methods that apply to all string search variants,
26 // of the string, but it is a safe approximation.
44 static inline bool IsOneByteString(base::Vector<const uint8_t> string) {
48 static inline bool IsOneByteString(base::Vector<const base::uc16> string) {
49 return String::IsOneByte(string.begin(), string.length());
292 // Boyer-Moore string search
411 // Boyer-Moore-Horspool string search.
491 // Linear string search with bailout to BMH.
494 // Simple linear search for short patterns, which bails out if the string