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

12 3 4 5 6 7 8

  /external/oprofile/libutil++/
string_manip.cpp 88 return result.erase(0, result.find_first_not_of(totrim));
  /external/chromium/base/
string_piece.h 147 size_type find_first_not_of(const StringPiece& s, size_type pos = 0) const;
148 size_type find_first_not_of(char c, size_type pos = 0) const;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 47 size_t first = str.find_first_not_of(" \t\r\n");
64 start_of_line = string.find_first_not_of("\r\n", end_of_line);
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 59 size_t end = line.find_first_not_of("0123456789.", begin);
258 size_t pos = driver_version.find_first_not_of("0123456789.");
gpu_info_collector.cc 65 size_t end = version_string.find_first_not_of("01234567890.", begin);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_resources.cc 51 replace_pos = r.find_first_not_of(white_list);
54 replace_pos = r.find_first_not_of(white_list);
nacl_http_response_headers.cc 69 value.erase(0, value.find_first_not_of(" \t"));
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h 147 size_type find_first_not_of(const StringPiece& s, size_type pos = 0) const;
148 size_type find_first_not_of(char c, size_type pos = 0) const;
  /external/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
pointer_size.pass.cpp 12 // size_type find_first_not_of(const charT* s, size_type pos = 0) const;
24 assert(s.find_first_not_of(str, pos) == x);
33 assert(s.find_first_not_of(str) == x);
string_size.pass.cpp 12 // size_type find_first_not_of(const basic_string& str, size_type pos = 0) const;
23 assert(s.find_first_not_of(str, pos) == x);
32 assert(s.find_first_not_of(str) == x);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string_sum.h 217 size_type find_first_not_of(const _BString& __s, size_type __pos = 0) const function in class:__bstr_sum
218 { return _M_get_storage().find_first_not_of(__s, __pos); }
219 size_type find_first_not_of(const _CharT* __s, size_type __pos = 0) const function in class:__bstr_sum
220 { return _M_get_storage().find_first_not_of(__s, __pos); }
221 size_type find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const function in class:__bstr_sum
222 { return _M_get_storage().find_first_not_of(__s, __pos, __n); }
223 size_type find_first_not_of(_CharT __c, size_type __pos = 0) const function in class:__bstr_sum
224 { return _M_get_storage().find_first_not_of(__c, __pos); }
  /external/chromium_org/sync/internal_api/public/base/
unique_position.cc 245 size_t ref_zeroes = reference.find_first_not_of('\0');
246 size_t suffix_zeroes = suffix.find_first_not_of('\0');
278 size_t ref_FFs = reference.find_first_not_of(kuint8max);
279 size_t suffix_FFs = suffix.find_first_not_of(kuint8max);
571 const size_t runs_until = str.find_first_not_of(rep_digit, i+4);
  /external/chromium/base/debug/
stack_trace_posix.cc 77 text->find_first_not_of(kSymbolCharacters, mangled_start);
  /external/chromium/chrome/browser/chromeos/
version_loader.cc 127 size_t found = str.find_first_not_of("| ");
  /external/chromium/chrome/browser/
intranet_redirect_detector.cc 178 (host.find_first_not_of("abcdefghijklmnopqrstuvwxyz") ==
  /external/chromium_org/chrome/browser/chromeos/
version_loader.cc 124 size_t found = str.find_first_not_of("| ");
  /external/chromium_org/chrome/browser/
intranet_redirect_detector.cc 184 (host.find_first_not_of("abcdefghijklmnopqrstuvwxyz") ==
  /external/llvm/lib/Support/
LockFileManager.cpp 47 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" "));
Regex.cpp 152 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789"));

Completed in 1022 milliseconds

12 3 4 5 6 7 8