HomeSort by relevance Sort by last modified time
    Searched full:find_first_not_of (Results 101 - 125 of 337) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringRef.h 262 /// find_first_not_of - Find the first character in the string that is not
264 size_type find_first_not_of(char C, size_t From = 0) const;
266 /// find_first_not_of - Find the first character in the string that is not
270 size_type find_first_not_of(StringRef Chars, size_t From = 0) const;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionELF.cpp 43 if (name.find_first_not_of("0123456789_."
  /external/swiftshader/third_party/LLVM/lib/Support/
Regex.cpp 150 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789"));
StringExtras.cpp 41 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
  /external/swiftshader/third_party/LLVM/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 69 name = name.substr(name.find_first_not_of("._")); // Skip . and _ prefixes.
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringRef.cpp 262 /// find_first_not_of - Find the first character in the string that is not
264 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const {
271 /// find_first_not_of - Find the first character in the string that is not
275 StringRef::size_type StringRef::find_first_not_of(StringRef Chars,
  /frameworks/minikin/tests/util/
FontTestUtils.cpp 40 const size_t start = in.find_first_not_of(XML_SPACES); // inclusive
  /frameworks/rs/script_api/
Utilities.cpp 71 const size_t start = s->find_first_not_of(" ");
  /system/libvintf/
RuntimeInfo-target.cpp 142 pos = mRuntimeInfo->mOsRelease.find_first_not_of("0123456789", pos + 1);
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTString.cpp 742 @Function find_first_not_of
748 size_t CPVRTString::find_first_not_of(char _Ch, size_t _Off) const function in class:CPVRTString
759 @Function find_first_not_of
765 size_t CPVRTString::find_first_not_of(const char* _Ptr, size_t _Off) const function in class:CPVRTString
784 @Function find_first_not_of
791 size_t CPVRTString::find_first_not_of(const char* _Ptr, size_t _Off, size_t _Count) const function in class:CPVRTString
810 @Function find_first_not_of
816 size_t CPVRTString::find_first_not_of(const CPVRTString& _Str, size_t _Off) const function in class:CPVRTString
    [all...]
  /external/libcxx/include/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
string 279 size_type find_first_not_of(const basic_string& str, size_type pos = 0) const noexcept;
280 size_type find_first_not_of(basic_string_view<charT, traits> sv, size_type pos = 0) const noexcept;
281 size_type find_first_not_of(const value_type* s, size_type pos, size_type n) const noexcept;
282 size_type find_first_not_of(const value_type* s, size_type pos = 0) const noexcept;
283 size_type find_first_not_of(value_type c, size_type pos = 0) const noexcept;
    [all...]

Completed in 1320 milliseconds

1 2 3 45 6 7 8 91011>>