Searched defs:__l1 (Results 1 - 16 of 16) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h673 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
675 { return _Base::_M_compare(__f1, __l1, __f2, __l2); }
676 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
678 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2, __l2); }
679 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
681 { return _Base::_M_compare(__f1, __l1, __f2._M_iterator, __l2._M_iterator); }
682 static int _STLP_CALL _M_compare(const_iterator __f1, const_iterator __l1, argument
684 { return _Base::_M_compare(__f1._M_iterator, __l1._M_iterator, __f2._M_iterator, __l2._M_iterator); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string.h1071 static int _STLP_CALL _M_compare(const _CharT* __f1, const _CharT* __l1, argument
1073 const ptrdiff_t __n1 = __l1 - __f1;

Completed in 926 milliseconds