Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp1142 unsigned matchHash = 0; in find() local
1145 matchHash += matchString[i]; in find()
1150 while (searchHash != matchHash || !equal(searchCharacters + i, matchString, matchLength)) { in find()
1208 unsigned matchHash = 0; in findInternal() local
1212 matchHash += matchCharacters[i]; in findInternal()
1217 while (searchHash != matchHash || !equal(searchCharacters + i, matchCharacters, matchLength)) { in findInternal()
1384 unsigned matchHash = 0; in reverseFindInner() local
1387 matchHash += matchCharacters[i]; in reverseFindInner()
1391 …while (searchHash != matchHash || !equal(searchCharacters + delta, matchCharacters, matchLength)) { in reverseFindInner()