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

/external/webkit/Source/WebCore/html/parser/
H A DHTMLEntitySearch.cpp86 const HTMLEntityTableEntry* HTMLEntitySearch::findLast(UChar nextCharacter) const function in class:WebCore::HTMLEntitySearch
121 m_last = findLast(nextCharacter);
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DStepPattern.java518 * @param findLast If true, don't terminate when the context node is found.
524 boolean findLast)
595 if (!findLast && child == context)
523 getProximityPosition(XPathContext xctxt, int predPos, boolean findLast) argument
/external/skia/src/gpu/
H A DGrRedBlackTree.h113 Iter findLast(const T& t);
289 typename GrRedBlackTree<T,C>::Iter GrRedBlackTree<T,C>::findLast(const T& t) { function in class:GrRedBlackTree
1000 iter = tree.findLast(i);
1029 iter = tree.findLast(i);
1040 GrAssert(tree.findLast(i) == tree.end());
1052 GrAssert(tree.findLast(0) == tree.end());
1063 GrAssert(tree.findLast(99) == tree.end());
1091 iter = tree.findLast(i);

Completed in 579 milliseconds