Searched defs:rfind (Results 1 - 25 of 86) sorted by relevance

1234

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dstringold.py148 Like rfind but raises ValueError when the substring is not found.
178 def rfind(s, *args): function
179 """rfind(s, sub [,start [,end]]) -> int
188 return _apply(s.rfind, args)
H A DUserString.py109 def rfind(self, sub, start=0, end=sys.maxint): member in class:UserString
110 return self.data.rfind(sub, start, end)
H A Dstring.py334 Like rfind but raises ValueError when the substring is not found.
364 def rfind(s, *args): function
365 """rfind(s, sub [,start [,end]]) -> int
374 return s.rfind(*args)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dstringold.py148 Like rfind but raises ValueError when the substring is not found.
178 def rfind(s, *args): function
179 """rfind(s, sub [,start [,end]]) -> int
188 return _apply(s.rfind, args)
H A DUserString.py109 def rfind(self, sub, start=0, end=sys.maxint): member in class:UserString
110 return self.data.rfind(sub, start, end)
H A Dstring.py334 Like rfind but raises ValueError when the substring is not found.
364 def rfind(s, *args): function
365 """rfind(s, sub [,start [,end]]) -> int
374 return s.rfind(*args)
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
H A D_string_sum.h194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum
197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum
215 { return _M_get_storage().rfind(__c, __pos); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
H A D_string_sum.h194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum
197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum
215 { return _M_get_storage().rfind(__c, __pos); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
H A D_string_sum.h194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum
197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum
215 { return _M_get_storage().rfind(__c, __pos); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
H A D_string_sum.h194 size_type rfind(const _BString& __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
195 size_type rfind(const _CharT* __s, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__s, __pos); } function in class:__bstr_sum
196 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { return _M_get_storage().rfind(__s, __pos, __n); } function in class:__bstr_sum
197 size_type rfind(_CharT __c, size_type __pos = _BString::npos) const { return _M_get_storage().rfind(__c, __pos); } function in class:__bstr_sum
215 { return _M_get_storage().rfind(__c, __pos); }
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string.c451 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(const _CharT* __s, size_type __pos, function in class:_Alloc
468 __size_type__ basic_string<_CharT,_Traits,_Alloc>::rfind(_CharT __c, size_type __pos) const function in class:_Alloc
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dvstring.h1629 rfind(const __versa_string& __str, size_type __pos = npos) const
1631 { return this->rfind(__str.data(), __pos, __str.size()); }
1646 rfind(const _CharT* __s, size_type __pos, size_type __n) const;
1659 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1662 return this->rfind(__s, __pos, traits_type::length(__s));
1676 rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
1799 * Note: equivalent to rfind(c, pos).
1803 { return this->rfind(__c, __pos); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dvstring.h1629 rfind(const __versa_string& __str, size_type __pos = npos) const
1631 { return this->rfind(__str.data(), __pos, __str.size()); }
1646 rfind(const _CharT* __s, size_type __pos, size_type __n) const;
1659 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1662 return this->rfind(__s, __pos, traits_type::length(__s));
1676 rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
1799 * Note: equivalent to rfind(c, pos).
1803 { return this->rfind(__c, __pos); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dvstring.h1629 rfind(const __versa_string& __str, size_type __pos = npos) const
1631 { return this->rfind(__str.data(), __pos, __str.size()); }
1646 rfind(const _CharT* __s, size_type __pos, size_type __n) const;
1659 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1662 return this->rfind(__s, __pos, traits_type::length(__s));
1676 rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
1799 * Note: equivalent to rfind(c, pos).
1803 { return this->rfind(__c, __pos); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h710 // rfind.
711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string
712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); }
713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
716 return _M_non_dbg_impl.rfind(__s, __pos);
718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
721 return _M_non_dbg_impl.rfind(__s, __pos, __n);
723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string
724 { return _M_non_dbg_impl.rfind(__c, __pos); }
756 { return _M_non_dbg_impl.rfind(__
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h710 // rfind.
711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string
712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); }
713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
716 return _M_non_dbg_impl.rfind(__s, __pos);
718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
721 return _M_non_dbg_impl.rfind(__s, __pos, __n);
723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string
724 { return _M_non_dbg_impl.rfind(__c, __pos); }
756 { return _M_non_dbg_impl.rfind(__
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h710 // rfind.
711 size_type rfind(const _Self& __s, size_type __pos = npos) const function in class:basic_string
712 { return _M_non_dbg_impl.rfind(__s._M_non_dbg_impl, __pos); }
713 size_type rfind(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
716 return _M_non_dbg_impl.rfind(__s, __pos);
718 size_type rfind(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
721 return _M_non_dbg_impl.rfind(__s, __pos, __n);
723 size_type rfind(_CharT __c, size_type __pos = npos) const function in class:basic_string
724 { return _M_non_dbg_impl.rfind(__c, __pos); }
756 { return _M_non_dbg_impl.rfind(__
[all...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Dvstring.h1595 rfind(const __versa_string& __str, size_type __pos = npos) const
1597 { return this->rfind(__str.data(), __pos, __str.size()); }
1612 rfind(const _CharT* __s, size_type __pos, size_type __n) const;
1625 rfind(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1628 return this->rfind(__s, __pos, traits_type::length(__s));
1642 rfind(_CharT __c, size_type __pos = npos) const _GLIBCXX_NOEXCEPT;
1765 * Note: equivalent to rfind(c, pos).
1769 { return this->rfind(__c, __pos); }

Completed in 586 milliseconds

1234