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>>

  /external/chromium/base/
string_piece.cc 97 size_type StringPiece::find_first_of(const StringPiece& s, function in class:base::StringPiece
104 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:base::StringPiece
vlog.cc 34 std::string::size_type first_slash = pattern.find_first_of("\\/");
  /external/chromium/net/http/
http_util.cc 34 size_t end = line.find_first_of(set, start + 1);
64 size_t cur_delim_pos = line.find_first_of(delim_str, search_start);
99 size_t type_end = content_type_str.find_first_of(HTTP_LWS ";(", type_val);
108 size_t param_start = content_type_str.find_first_of(';', type_end);
147 charset_end = std::min(content_type_str.find_first_of(HTTP_LWS ";(",
162 content_type_str.find_first_of('/') != string::npos) {
504 size_t i = base::StringPiece(begin, end - begin).find_first_of("\r\n");
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 154 size_t unsafe = text.find_first_of("<>&\"", safe);
176 size_t unsafe = text.find_first_of("<>&", safe);
  /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/llvm/lib/Target/
Mangler.cpp 145 Name.find_first_of("\n\"") == StringRef::npos)) {
157 assert(Name.find_first_of("\n\"") != StringRef::npos);
  /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/llvm/utils/TableGen/
CodeGenInstruction.cpp 162 std::string::size_type DotIdx = OpName.find_first_of(".");
199 std::string::size_type wpos = CStr.find_first_of(" \t");
219 std::string::size_type pos = CStr.find_first_of('=');
225 wpos = Name.find_first_of(" \t");
260 eidx = CStr.find_first_of(delims, bidx);
  /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/chrome/browser/debugger/
devtools_remote_listen_socket.cc 168 std::string::size_type colon_pos = protocol_field_.find_first_of(":");
  /external/chromium_org/base/strings/
string_piece.h 20 // functions (find, find_first_of, etc.) are found to be useful in this context.
183 BASE_EXPORT StringPieceDetail<std::string>::size_type find_first_of(
303 size_type find_first_of(const BasicStringPiece& s, size_type pos = 0) const { function in class:base::BasicStringPiece
304 return internal::find_first_of(*this, s, pos);
307 size_type find_first_of(char c, size_type pos = 0) const { function in class:base::BasicStringPiece
  /external/chromium_org/base/
vlog.cc 38 std::string::size_type first_slash = pattern.find_first_of("\\/");
  /external/chromium_org/chrome/browser/storage_monitor/
storage_info.cc 73 size_t prefix_length = device_id.find_first_of(':');
  /external/chromium_org/extensions/common/
csp_validator.cc 111 return policy.find_first_of(kBadChars, 0, arraysize(kBadChars)) ==
  /external/chromium_org/gpu/config/
gpu_info_collector.cc 63 size_t begin = version_string.find_first_of("0123456789");

Completed in 1559 milliseconds

1 23 4 5 6 7 8 91011>>