HomeSort by relevance Sort by last modified time
    Searched refs:find_first_of (Results 51 - 75 of 300) sorted by null

1 23 4 5 6 7 8 91011>>

  /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-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,
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.cc 103 size_type StringPiece::find_first_of(const StringPiece& s, function in class:i18n::phonenumbers::StringPiece
110 return find_first_of(s.ptr_[0], pos);
string_piece.h 143 size_type find_first_of(const StringPiece& s, size_type pos = 0) const;
144 size_type find_first_of(char c, size_type pos = 0) const { function in class:i18n::phonenumbers::StringPiece
  /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/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);
  /external/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
  /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/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 208 input_cursor_ = input_.find_first_of(kEndOfLineChars, input_cursor_);
211 input_cursor_ = input_.find_first_of(kItemDelimiters, input_cursor_);
388 if (value_string.find_first_of("xX") != std::string::npos)
  /external/chromium_org/base/
vlog.cc 38 std::string::size_type first_slash = pattern.find_first_of("\\/");
  /external/chromium_org/chrome/browser/ui/
browser_window_state.cc 27 size_t num1_size = str.find_first_of(',');
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 63 size_t begin = version_string.find_first_of("0123456789");
  /external/chromium_org/mojo/shell/
dbus_application_loader_linux.cc 82 size_t first_slash = url_.path().find_first_of('/');
  /external/chromium_org/ppapi/proxy/
file_chooser_resource.cc 94 if (type.find_first_of('/') == std::string::npos && type[0] != '.')
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
dtmfsender.cc 197 size_t first_tone_pos = tones_.find_first_of(kDtmfValidTones);
209 // The find_first_of(kDtmfValidTones) should have guarantee |tone| is

Completed in 952 milliseconds

1 23 4 5 6 7 8 91011>>