Searched refs:findLast (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLEntitySearch.h55 const HTMLEntityTableEntry* findLast(UChar) const;
H A DHTMLEntitySearch.cpp81 const HTMLEntityTableEntry* HTMLEntitySearch::findLast(UChar nextCharacter) const function in class:WebCore::HTMLEntitySearch
116 m_last = findLast(nextCharacter);

Completed in 193 milliseconds