Searched refs:find_first_not_of (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp66 str.erase(0, str.find_first_not_of(" \t"));
/haiku/src/build/libbe/support/
H A DArchivable.cpp272 pos = origName.find_first_not_of("::", pos);
/haiku/headers/cpp/std/
H A Dbastring.h396 size_type find_first_not_of (const basic_string& str, size_type pos = 0) const function in class:basic_string
397 { return find_first_not_of (str.data(), pos, str.length()); }
398 size_type find_first_not_of (const charT* s, size_type pos, size_type n) const;
399 size_type find_first_not_of (const charT* s, size_type pos = 0) const function in class:basic_string
400 { return find_first_not_of (s, pos, traits::length (s)); }
401 size_type find_first_not_of (charT c, size_type pos = 0) const;
H A Dbastring.cc342 find_first_not_of (const charT* s, size_type pos, size_type n) const function in class:basic_string
354 find_first_not_of (charT c, size_type pos) const function in class:basic_string
/haiku/src/kits/support/
H A DArchivable.cpp132 pos = origName.find_first_not_of("::", pos);

Completed in 63 milliseconds