Searched refs:lexicographical_compare (Results 1 - 6 of 6) sorted by relevance

/external/stlport/test/unit/
H A Dlexcmp_test.cpp37 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size);
46 bool before = lexicographical_compare(n1, n1 + size, n2, n2 + size, greater<char>());
/external/stlport/stlport/stl/
H A D_relops_cont.h17 return lexicographical_compare(__x.begin(), __x.end(),
H A D_algobase.h574 // lexicographical_compare and lexicographical_compare_3way.
578 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1,
582 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1,
587 lexicographical_compare(const unsigned char* __first1, function
602 inline bool lexicographical_compare(const char* __first1, const char* __last1, function
607 return lexicographical_compare((const unsigned char*) __first1,
H A D_algobase.c39 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
56 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h43 return std::lexicographical_compare(A.rbegin(), A.rend(),
/external/llvm/include/llvm/ADT/
H A DSmallVector.h683 return std::lexicographical_compare(this->begin(), this->end(),

Completed in 1307 milliseconds