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

12 3 4 5 6 7 8 91011>>

  /frameworks/compile/mclinker/lib/Script/
WildcardPattern.cpp 33 if (pPattern.find_first_of('*') == (pPattern.size() - 1))
  /sdk/emulator/opengl/host/tools/emugen/
strUtils.cpp 28 *last = str.find_first_of(delim, pos);
  /external/chromium_org/content/browser/
transition_request_manager.cc 32 size_t url_start = header_body.find_first_of('<');
33 size_t url_end = header_body.find_first_of('>');
  /external/chromium_org/net/dns/
dns_hosts.cc 98 pos_ = text_.find_first_of(" \t\n\r#", pos_);
101 pos_ = text_.find_first_of(" ,\t\n\r#", pos_);
  /external/chromium_org/storage/common/database/
database_identifier.cc 64 if (identifier.find_first_of(forbidden, 0, arraysize(forbidden)) !=
69 size_t first_underscore = identifier.find_first_of('_');
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlprinter.cc 149 size_t unsafe = text.find_first_of("<>&\"", safe);
170 size_t unsafe = text.find_first_of("<>&", safe);
  /external/chromium_org/third_party/webrtc/libjingle/xmllite/
xmlprinter.cc 132 size_t unsafe = text.find_first_of("<>&\"", safe);
153 size_t unsafe = text.find_first_of("<>&", safe);
  /external/chromium_org/tools/gn/
escape.cc 76 DCHECK(str.find_first_of("\r\n\v\t") == std::string::npos);
78 if (str.find_first_of(" \"") == std::string::npos) {
  /external/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
char_size.pass.cpp 12 // size_type find_first_of(charT c, size_type pos = 0) const;
24 assert(s.find_first_of(c, pos) == x);
33 assert(s.find_first_of(c) == x);
  /external/lldb/source/Core/
InputReader.cpp 83 size_t pos = m_end_token.find_first_of (white_space);
93 size_t pos = m_end_token.find_first_of ('\n');
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 115 Str = Str.substr(Str.find_first_of('\n'));
136 size_t Next = Str.find_first_of(" \t\n\r,#[]");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.of/
char_size.pass.cpp 12 // size_type find_first_of(charT c, size_type pos = 0) const;
24 assert(s.find_first_of(c, pos) == x);
33 assert(s.find_first_of(c) == x);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiTestHarness.h 126 size_t pos = str.find_first_of(separators, lastPos); // find next space
131 pos = str.find_first_of(separators, lastPos);
233 size_t commentStart = line.find_first_of('#');
250 size_t seperatorIndex = line.find_first_of(';');
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 160 line_end = data.find_first_of("\r\n", line_start);
165 line_end = data.find_first_of("\r\n \t", line_start);
214 line_start = data.find_first_of("\r\n", line_end);
  /external/chromium_org/third_party/webrtc/base/
pathutils.cc 188 if(basename.find_first_of(FOLDER_DELIMS) != std::string::npos) {
200 if (extension.find_first_of(FOLDER_DELIMS) != std::string::npos ||
201 extension.find_first_of(EXT_DELIM, 1) != std::string::npos) {
  /external/llvm/unittests/ADT/
SmallStringTest.cpp 136 EXPECT_EQ(2U, theString.find_first_of('l'));
137 EXPECT_EQ(1U, theString.find_first_of("el"));
138 EXPECT_EQ(StringRef::npos, theString.find_first_of("xyz"));
  /external/chromium_org/base/strings/
string_piece.h 25 // functions (find, find_first_of, etc.) are found to be useful in this context.
99 BASE_EXPORT size_t find_first_of(const StringPiece& self,
102 BASE_EXPORT size_t find_first_of(const StringPiece16& self,
304 // find_first_of: Find the first occurence of one of a set of characters.
305 size_type find_first_of(const BasicStringPiece& s, function in class:base::BasicStringPiece
307 return internal::find_first_of(*this, s, pos);
309 size_type find_first_of(value_type c, size_type pos = 0) const { function in class:base::BasicStringPiece
  /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;
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 111 const std::wstring::size_type first_null = msg.find_first_of(L'\0');
125 msg.find_first_of(L'\0', first_null + 1);
138 msg.find_first_of(L'\0', second_null + 1);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 160 size_t separator_pos = line.find_first_of('=');
225 size_t seperator = home_page_list.find_first_of('|');
239 size_t seperator = default_homepages.find_first_of('|');
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.cc 97 if (path.find_first_of("*?") != std::string::npos) {
  /external/chromium_org/native_client_sdk/src/examples/api/audio/
audio.cc 124 size_t sep_pos = message.find_first_of(kMessageArgumentSeparator);
  /external/chromium_org/net/tools/flip_server/
loadtime_measurement.h 55 size_t b = action.find_first_of('=');
  /external/oprofile/libutil++/
string_manip.cpp 36 string::size_type i = s.find_first_of(c);
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 180 size_t pos = name_field.find_first_of('/');
186 size_t end = name_field.find_first_of(" :");
194 end = name_field.find_first_of(' ', begin);
201 end = pArchiveRoot.getStrTable().find_first_of('\n', begin);

Completed in 1948 milliseconds

12 3 4 5 6 7 8 91011>>