Searched refs:toMatch (Results 1 – 2 of 2) sorted by relevance
69 bool VTTScanner::scanRun(const Run& run, const String& toMatch) in scanRun() argument76 if (toMatch.length() > matchLength) in scanRun()80 matched = WTF::equal(toMatch.impl(), m_data.characters8, matchLength); in scanRun()82 matched = WTF::equal(toMatch.impl(), m_data.characters16, matchLength); in scanRun()
110 bool scanRun(const Run&, const String& toMatch);