Searched refs:find_last_not_of (Results 1 - 25 of 36) sorted by relevance

12

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
227 { return _M_get_storage().find_last_not_of(__s, __pos); }
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const function in class:__bstr_sum
229 { return _M_get_storage().find_last_not_of(__s, __pos); }
230 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
231 { return _M_get_storage().find_last_not_of(__s, __pos, __n); }
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
233 { return _M_get_storage().find_last_not_of(__c, __pos); }
H A D_string.h1010 public: // find_last_not_of
1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1012 { return find_last_not_of(__s._M_Start(), __pos, __s.size()); }
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1015 { _STLP_FIX_LITERAL_BUG(__s) return find_last_not_of(__s, __pos, _Traits::length(__s)); }
1017 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const;
1019 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
227 { return _M_get_storage().find_last_not_of(__s, __pos); }
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const function in class:__bstr_sum
229 { return _M_get_storage().find_last_not_of(__s, __pos); }
230 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
231 { return _M_get_storage().find_last_not_of(__s, __pos, __n); }
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
233 { return _M_get_storage().find_last_not_of(__c, __pos); }
H A D_string.h1010 public: // find_last_not_of
1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1012 { return find_last_not_of(__s._M_Start(), __pos, __s.size()); }
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1015 { _STLP_FIX_LITERAL_BUG(__s) return find_last_not_of(__s, __pos, _Traits::length(__s)); }
1017 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const;
1019 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
227 { return _M_get_storage().find_last_not_of(__s, __pos); }
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const function in class:__bstr_sum
229 { return _M_get_storage().find_last_not_of(__s, __pos); }
230 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
231 { return _M_get_storage().find_last_not_of(__s, __pos, __n); }
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
233 { return _M_get_storage().find_last_not_of(__c, __pos); }
H A D_string.h1010 public: // find_last_not_of
1011 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
1012 { return find_last_not_of(__s._M_Start(), __pos, __s.size()); }
1014 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1015 { _STLP_FIX_LITERAL_BUG(__s) return find_last_not_of(__s, __pos, _Traits::length(__s)); }
1017 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const;
1019 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
227 { return _M_get_storage().find_last_not_of(__s, __pos); }
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const function in class:__bstr_sum
229 { return _M_get_storage().find_last_not_of(__s, __pos); }
230 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
231 { return _M_get_storage().find_last_not_of(__s, __pos, __n); }
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
233 { return _M_get_storage().find_last_not_of(__c, __pos); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h226 size_type find_last_not_of(const _BString& __s, size_type __pos = _BString::npos) const function in class:__bstr_sum
227 { return _M_get_storage().find_last_not_of(__s, __pos); }
228 size_type find_last_not_of(const _CharT* __s, size_type __pos =_BString:: npos) const function in class:__bstr_sum
229 { return _M_get_storage().find_last_not_of(__s, __pos); }
230 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
231 { return _M_get_storage().find_last_not_of(__s, __pos, __n); }
232 size_type find_last_not_of(_CharT __c, size_type __pos = _BString::npos) const function in class:__bstr_sum
233 { return _M_get_storage().find_last_not_of(__c, __pos); }
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h774 // find_last_not_of
775 size_type find_last_not_of(const _Self& __s, size_type __pos = npos) const function in class:basic_string
776 { return _M_non_dbg_impl.find_last_not_of(__s._M_non_dbg_impl, __pos); }
777 size_type find_last_not_of(const _CharT* __s, size_type __pos = npos) const { function in class:basic_string
780 return _M_non_dbg_impl.find_last_not_of(__s, __pos);
782 size_type find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
785 return _M_non_dbg_impl.find_last_not_of(__s, __pos, __n);
787 size_type find_last_not_of(_CharT __c, size_type __pos = npos) const function in class:basic_string
788 { return _M_non_dbg_impl.find_last_not_of(__c, __pos); }
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dbasic_string.h1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1944 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1959 find_last_not_of(const _CharT* __s, size_type __pos,
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1975 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1989 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
H A Dvstring.h1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1809 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1824 find_last_not_of(const _CharT* __s, size_type __pos,
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1841 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1855 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dbasic_string.h2094 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
2095 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
2110 find_last_not_of(const _CharT* __s, size_type __pos,
2123 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
2126 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
2140 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
H A Dvstring.h1837 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1839 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1854 find_last_not_of(const _CharT* __s, size_type __pos,
1868 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1871 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1885 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dbasic_string.h2094 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
2095 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
2110 find_last_not_of(const _CharT* __s, size_type __pos,
2123 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
2126 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
2140 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
H A Dvstring.h1837 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1839 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1854 find_last_not_of(const _CharT* __s, size_type __pos,
1868 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1871 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1885 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1944 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1959 find_last_not_of(const _CharT* __s, size_type __pos,
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1975 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1989 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dvstring.h1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1809 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1824 find_last_not_of(const _CharT* __s, size_type __pos,
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1841 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1855 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1944 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1959 find_last_not_of(const _CharT* __s, size_type __pos,
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1975 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1989 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dvstring.h1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1809 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1824 find_last_not_of(const _CharT* __s, size_type __pos,
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1841 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1855 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1943 find_last_not_of(const basic_string& __str, size_type __pos = npos) const function in class:basic_string
1944 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1959 find_last_not_of(const _CharT* __s, size_type __pos,
1972 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:basic_string
1975 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1989 find_last_not_of(_CharT __c, size_type __pos = npos) const;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dvstring.h1807 find_last_not_of(const __versa_string& __str, function in class:__versa_string
1809 { return this->find_last_not_of(__str.data(), __pos, __str.size()); }
1824 find_last_not_of(const _CharT* __s, size_type __pos,
1838 find_last_not_of(const _CharT* __s, size_type __pos = npos) const function in class:__versa_string
1841 return this->find_last_not_of(__s, __pos, traits_type::length(__s));
1855 find_last_not_of(_CharT __c, size_type __pos = npos) const;

Completed in 294 milliseconds

12