Searched refs:find_first_of (Results 1 - 25 of 62) sorted by relevance

123

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h199 size_type find_first_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
200 { return _M_get_storage().find_first_of(__s, __pos); }
201 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
202 { return _M_get_storage().find_first_of(__s, __pos); }
203 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
204 { return _M_get_storage().find_first_of(__s, __pos, __n); }
205 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
H A D_string.h975 public: // find_first_of
976 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
977 { return find_first_of(__s._M_Start(), __pos, __s.size()); }
979 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
980 { _STLP_FIX_LITERAL_BUG(__s) return find_first_of(__s, __pos, _Traits::length(__s)); }
982 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
984 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h199 size_type find_first_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
200 { return _M_get_storage().find_first_of(__s, __pos); }
201 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
202 { return _M_get_storage().find_first_of(__s, __pos); }
203 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
204 { return _M_get_storage().find_first_of(__s, __pos, __n); }
205 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
H A D_string.h975 public: // find_first_of
976 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
977 { return find_first_of(__s._M_Start(), __pos, __s.size()); }
979 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
980 { _STLP_FIX_LITERAL_BUG(__s) return find_first_of(__s, __pos, _Traits::length(__s)); }
982 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
984 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h199 size_type find_first_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
200 { return _M_get_storage().find_first_of(__s, __pos); }
201 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
202 { return _M_get_storage().find_first_of(__s, __pos); }
203 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
204 { return _M_get_storage().find_first_of(__s, __pos, __n); }
205 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h199 size_type find_first_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
200 { return _M_get_storage().find_first_of(__s, __pos); }
201 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
202 { return _M_get_storage().find_first_of(__s, __pos); }
203 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
204 { return _M_get_storage().find_first_of(__s, __pos, __n); }
205 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_string_sum.h199 size_type find_first_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
200 { return _M_get_storage().find_first_of(__s, __pos); }
201 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
202 { return _M_get_storage().find_first_of(__s, __pos); }
203 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
204 { return _M_get_storage().find_first_of(__s, __pos, __n); }
205 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
H A Dfind_selectors.h187 { return std::make_pair(find_first_of(begin1, end1, begin, end, pred,
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_of(__c, __pos); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_string.h726 // find_first_of
727 size_type find_first_of(const _Self& __s, size_type __pos = 0) const function in class:basic_string
728 { return _M_non_dbg_impl.find_first_of(__s._M_non_dbg_impl, __pos); }
729 size_type find_first_of(const _CharT* __s, size_type __pos = 0) const { function in class:basic_string
732 return _M_non_dbg_impl.find_first_of(__s, __pos);
734 size_type find_first_of(const _CharT* __s, size_type __pos, size_type __n) const { function in class:basic_string
737 return _M_non_dbg_impl.find_first_of(__s, __pos, __n);
739 size_type find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
740 { return _M_non_dbg_impl.find_first_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.h1762 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1763 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1777 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1790 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1793 return this->find_first_of(__s, __pos, traits_type::length(__s));
1809 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
H A Dvstring.h1621 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1622 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1637 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1650 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1653 return this->find_first_of(__s, __pos, traits_type::length(__s));
1669 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dbasic_string.h1913 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1914 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1928 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1941 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1944 return this->find_first_of(__s, __pos, traits_type::length(__s));
1960 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
H A Dvstring.h1651 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1652 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1667 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1680 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1683 return this->find_first_of(__s, __pos, traits_type::length(__s));
1699 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string
/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.h1913 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1914 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1928 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1941 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1944 return this->find_first_of(__s, __pos, traits_type::length(__s));
1960 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/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.h1651 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1652 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1667 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1680 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1683 return this->find_first_of(__s, __pos, traits_type::length(__s));
1699 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1762 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1763 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1777 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1790 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1793 return this->find_first_of(__s, __pos, traits_type::length(__s));
1809 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dvstring.h1621 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1622 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1637 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1650 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1653 return this->find_first_of(__s, __pos, traits_type::length(__s));
1669 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1762 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1763 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1777 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1790 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1793 return this->find_first_of(__s, __pos, traits_type::length(__s));
1809 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dvstring.h1621 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1622 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1637 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1650 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1653 return this->find_first_of(__s, __pos, traits_type::length(__s));
1669 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dbasic_string.h1762 find_first_of(const basic_string& __str, size_type __pos = 0) const function in class:basic_string
1763 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1777 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1790 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:basic_string
1793 return this->find_first_of(__s, __pos, traits_type::length(__s));
1809 find_first_of(_CharT __c, size_type __pos = 0) const function in class:basic_string
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Dvstring.h1621 find_first_of(const __versa_string& __str, size_type __pos = 0) const function in class:__versa_string
1622 { return this->find_first_of(__str.data(), __pos, __str.size()); }
1637 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
1650 find_first_of(const _CharT* __s, size_type __pos = 0) const function in class:__versa_string
1653 return this->find_first_of(__s, __pos, traits_type::length(__s));
1669 find_first_of(_CharT __c, size_type __pos = 0) const function in class:__versa_string

Completed in 181 milliseconds

123