Searched defs:matchHash (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.cpp562 unsigned matchHash = 0; local
565 matchHash += matchCharacters[i];
570 while (searchHash != matchHash || !equal(searchCharacters + i, matchString, matchLength)) {
641 unsigned matchHash = 0; local
644 matchHash += matchCharacters[i];
649 while (searchHash != matchHash || memcmp(searchCharacters + i, matchCharacters, matchLength * sizeof(UChar))) {
720 unsigned matchHash = 0; local
723 matchHash += matchCharacters[i];
727 while (searchHash != matchHash || memcmp(searchCharacters + delta, matchCharacters, matchLength * sizeof(UChar))) {

Completed in 827 milliseconds