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

/external/stlport/stlport/stl/
H A D_algobase.c39 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
56 bool lexicographical_compare(_InputIter1 __first1, _InputIter1 __last1, function
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,

Completed in 143 milliseconds