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

1 2 3 4 56 7 8

  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 173 begin_index = full.find_first_not_of(delim);
181 begin_index = full.find_first_not_of(delim, end_index);
    [all...]
  /external/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_string.c 513 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(const _CharT* __s, size_type __pos, function in class:_Alloc
528 basic_string<_CharT,_Traits,_Alloc> ::find_first_not_of(_CharT __c, size_type __pos) const { function in class:_Alloc
  /external/chromium/chrome/browser/net/
url_fixer_upper.cc 257 const size_t first_nondot(domain.find_first_not_of('.'));
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 529 size_t skip = file_path.find_first_not_of("/\\");
  /external/chromium_org/chrome/browser/autocomplete/
keyword_provider.cc 115 input.find_first_not_of(kWhitespaceUTF16, first_white) : first_white + 1;
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 504 size_t skip = file_path.find_first_not_of("/\\");
  /external/chromium_org/chrome/common/net/
url_fixer_upper.cc 257 const size_t first_nondot(domain.find_first_not_of('.'));
  /external/chromium_org/net/cert/
x509_certificate.cc 586 reference_name.find_first_not_of("0123456789.") != std::string::npos;
  /external/chromium_org/net/http/
http_util.cc 104 size_t type_val = content_type_str.find_first_not_of(HTTP_LWS);
152 charset_val = content_type_str.find_first_not_of(HTTP_LWS, charset_val);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.cc 56 spawn_target_.erase(0, spawn_target_.find_first_not_of(trim_removal));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/
pointer_size_size.pass.cpp 12 // size_type find_first_not_of(const charT* s, size_type pos, size_type n) const;
24 assert(s.find_first_not_of(str, pos, n) == x);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler_trace.h 513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler_trace.h 513 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler_trace.h 506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler_trace.h 506 std::string::size_type __i = __line.find_first_not_of(" \t\n\v");
  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 124 const size_t first_non_white = text.find_first_not_of(kWhitespaceUTF16, 0);
    [all...]

Completed in 1312 milliseconds

1 2 3 4 56 7 8