Searched refs:__l1 (Results 1 – 2 of 2) sorted by relevance
/external/stlport/stlport/stl/debug/ |
D | _string.h | 673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, in _M_compare() argument 675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); } in _M_compare() 676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, in _M_compare() argument 678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); } in _M_compare() 679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, in _M_compare() argument 681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); } in _M_compare() 682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, in _M_compare() argument 684 …{ return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator)… in _M_compare()
|
/external/stlport/stlport/stl/ |
D | _string.h | 1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, in _M_compare() argument 1073 const ptrdiff_t __n1 = __l1 - __f1; in _M_compare()
|