HomeSort by relevance Sort by last modified time
    Searched refs:find_first_of (Results 26 - 50 of 211) sorted by null

12 3 4 5 6 7 8 9

  /external/libcxx/test/std/experimental/string.view/string.view.find/
find_first_of_pointer_size_size.pass.cpp 12 // constexpr size_type find_first_of(const charT* s, size_type pos, size_type n) const;
24 assert(s.find_first_of(str, pos, n) == x);
385 static_assert (sv1.find_first_of( "", 0, 0) == SV::npos, "" );
386 static_assert (sv1.find_first_of( "irkhs", 0, 5) == SV::npos, "" );
387 static_assert (sv2.find_first_of( "", 0, 0) == SV::npos, "" );
388 static_assert (sv2.find_first_of( "gfsrt", 0, 5) == SV::npos, "" );
389 static_assert (sv2.find_first_of( "lecar", 0, 5) == 0, "" );
find_first_of_string_view_size.pass.cpp 12 // size_type find_first_of(const basic_string_view& str, size_type pos = 0) const;
21 assert(s.find_first_of(str, pos) == x);
30 assert(s.find_first_of(str) == x);
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_basic_string.i 143 find_first_of(const basic_string& __str, size_type __pos = 0) const;
146 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const;
149 find_first_of(_CharT __c, size_type __pos = 0) const;
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 171 size_t pos = name_field.find_first_of('/');
176 size_t end = name_field.find_first_of(" :");
184 end = name_field.find_first_of(' ', begin);
191 end = pArchiveRoot.getStrTable().find_first_of('\n', begin);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 190 return std::make_pair(find_first_of(__begin1, __end1,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
find_selectors.h 190 return std::make_pair(find_first_of(__begin1, __end1,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
find_selectors.h 190 return std::make_pair(find_first_of(__begin1, __end1,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
find_selectors.h 190 return std::make_pair(find_first_of(__begin1, __end1,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
find_selectors.h 190 return std::make_pair(find_first_of(__begin1, __end1,
  /system/core/base/
strings.cpp 40 found = s.find_first_of(delimiters, base);
  /external/eigen/scripts/
eigen_gen_credits.cpp 35 size_t position_of_email_address = line.find_first_of('<');
77 size_t first_star = line.find_first_of('*');
  /external/libcxx/test/std/strings/basic.string/string.ops/string_find.first.of/
pointer_size.pass.cpp 12 // size_type find_first_of(const charT* s, size_type pos = 0) const;
24 assert(s.find_first_of(str, pos) == x);
33 assert(s.find_first_of(str) == x);
string_size.pass.cpp 12 // size_type find_first_of(const basic_string& str, size_type pos = 0) const;
23 assert(s.find_first_of(str, pos) == x);
32 assert(s.find_first_of(str) == x);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
pointer_size.pass.cpp 12 // size_type find_first_of(const charT* s, size_type pos = 0) const;
24 assert(s.find_first_of(str, pos) == x);
33 assert(s.find_first_of(str) == x);
string_size.pass.cpp 12 // size_type find_first_of(const basic_string& str, size_type pos = 0) const;
23 assert(s.find_first_of(str, pos) == x);
32 assert(s.find_first_of(str) == x);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 199 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/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 199 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/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 199 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/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 199 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/
_string_sum.h 199 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/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 199 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
  /external/google-breakpad/src/tools/linux/symupload/
sym_upload.cc 91 string::size_type line_break_pos = line.find_first_of('\n');
  /external/llvm/lib/Support/
Regex.cpp 181 return Str.find_first_of(RegexMetachars) == StringRef::npos;
  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 64 AsmString.find_first_of("$\\", LastEmitted);
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 152 string::size_type pos = result.find_first_of('\n');

Completed in 1125 milliseconds

12 3 4 5 6 7 8 9