HomeSort by relevance Sort by last modified time
    Searched refs:__last (Results 276 - 300 of 322) sorted by null

<<111213

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_monetary.c 51 pair<_InIt1, bool> __get_string( _InIt1 __first, _InIt1 __last,
53 while ( __first != __last && __str_first != __str_last && *__first == *__str_first ) {
62 __get_monetary_value(_InIt& __first, _InIt __last, _OuIt __out_ite,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
73 while (__first != __last) {
99 if (__first == __last || *__first != __point) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_fstream.h 80 // the end. On many operating systems n == __last - __first.
85 streamoff _M_get_offset(char* __first, char* __last) {
87 return __last - __first;
90 ? (__last - __first)
91 : count(__first, __last, '\n') + (__last - __first);
358 char* __first, char* __last) {
359 ptrdiff_t __n = __last - __first;
_monetary.c 51 pair<_InIt1, bool> __get_string( _InIt1 __first, _InIt1 __last,
53 while ( __first != __last && __str_first != __str_last && *__first == *__str_first ) {
62 __get_monetary_value(_InIt& __first, _InIt __last, _OuIt __out_ite,
66 if (__first == __last || !_c_type.is(ctype_base::digit, *__first))
73 while (__first != __last) {
99 if (__first == __last || *__first != __point) {
110 while (__first != __last && _c_type.is(ctype_base::digit, *__first)) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 739 _M_insert_unique(_InputIterator __first, _InputIterator __last);
743 _M_insert_equal(_InputIterator __first, _InputIterator __last);
755 erase(iterator __first, iterator __last);
758 erase(const_iterator __first, const_iterator __last);
761 erase(const key_type* __first, const key_type* __last);
    [all...]
boost_concept_check.h 726 __c2 _IsUnused(__first, __last);
730 __c.insert(__p, __first, __last);
744 typename _Sequence::value_type *__first, *__last;
basic_string.h 901 append(_InputIterator __first, _InputIterator __last)
902 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
996 assign(_InputIterator __first, _InputIterator __last)
997 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 739 _M_insert_unique(_InputIterator __first, _InputIterator __last);
743 _M_insert_equal(_InputIterator __first, _InputIterator __last);
755 erase(iterator __first, iterator __last);
758 erase(const_iterator __first, const_iterator __last);
761 erase(const key_type* __first, const key_type* __last);
    [all...]
boost_concept_check.h 726 __c2 _IsUnused(__first, __last);
730 __c.insert(__p, __first, __last);
744 typename _Sequence::value_type *__first, *__last;
basic_string.h 901 append(_InputIterator __first, _InputIterator __last)
902 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
996 assign(_InputIterator __first, _InputIterator __last)
997 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tree.h 739 _M_insert_unique(_InputIterator __first, _InputIterator __last);
743 _M_insert_equal(_InputIterator __first, _InputIterator __last);
755 erase(iterator __first, iterator __last);
758 erase(const_iterator __first, const_iterator __last);
761 erase(const key_type* __first, const key_type* __last);
    [all...]
boost_concept_check.h 726 __c2 _IsUnused(__first, __last);
730 __c.insert(__p, __first, __last);
744 typename _Sequence::value_type *__first, *__last;
basic_string.h 901 append(_InputIterator __first, _InputIterator __last)
902 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
996 assign(_InputIterator __first, _InputIterator __last)
997 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
hashtable_policy.h 40 __distance_fw(_Iterator __first, _Iterator __last,
46 __distance_fw(_Iterator __first, _Iterator __last,
48 { return std::distance(__first, __last); }
52 __distance_fw(_Iterator __first, _Iterator __last)
55 return __distance_fw(__first, __last, _Tag());
60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
64 _DType __len = __last - __first;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 40 __distance_fw(_Iterator __first, _Iterator __last,
46 __distance_fw(_Iterator __first, _Iterator __last,
48 { return std::distance(__first, __last); }
52 __distance_fw(_Iterator __first, _Iterator __last)
55 return __distance_fw(__first, __last, _Tag());
60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
64 _DType __len = __last - __first;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 40 __distance_fw(_Iterator __first, _Iterator __last,
46 __distance_fw(_Iterator __first, _Iterator __last,
48 { return std::distance(__first, __last); }
52 __distance_fw(_Iterator __first, _Iterator __last)
55 return __distance_fw(__first, __last, _Tag());
60 __lower_bound(_RAIter __first, _RAIter __last, const _Tp& __val)
64 _DType __len = __last - __first;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
ropeimpl.h     [all...]
vstring.h 751 * @param __last Iterator marking the end of the range.
758 append(_InputIterator __first, _InputIterator __last)
759 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
857 * @param __last Iterator marking the end of the range.
865 assign(_InputIterator __first, _InputIterator __last)
866 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
    [all...]
bitmap_allocator.h 250 __lower_bound(_ForwardIterator __first, _ForwardIterator __last,
258 _DistanceType __len = __last - __first;
281 __find_if(_InputIterator __first, _InputIterator __last, _Predicate __p)
283 while (__first != __last && !__p(*__first))
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h     [all...]
vstring.h 751 * @param __last Iterator marking the end of the range.
758 append(_InputIterator __first, _InputIterator __last)
759 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
857 * @param __last Iterator marking the end of the range.
865 assign(_InputIterator __first, _InputIterator __last)
866 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
    [all...]
bitmap_allocator.h 250 __lower_bound(_ForwardIterator __first, _ForwardIterator __last,
258 _DistanceType __len = __last - __first;
281 __find_if(_InputIterator __first, _InputIterator __last, _Predicate __p)
283 while (__first != __last && !__p(*__first))
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
ropeimpl.h     [all...]
vstring.h 751 * @param __last Iterator marking the end of the range.
758 append(_InputIterator __first, _InputIterator __last)
759 { return this->replace(_M_iend(), _M_iend(), __first, __last); }
857 * @param __last Iterator marking the end of the range.
865 assign(_InputIterator __first, _InputIterator __last)
866 { return this->replace(_M_ibegin(), _M_iend(), __first, __last); }
    [all...]
bitmap_allocator.h 250 __lower_bound(_ForwardIterator __first, _ForwardIterator __last,
258 _DistanceType __len = __last - __first;
281 __find_if(_InputIterator __first, _InputIterator __last, _Predicate __p)
283 while (__first != __last && !__p(*__first))
  /external/stlport/stlport/stl/
_rope.c     [all...]

Completed in 4843 milliseconds

<<111213