Searched refs:find_first_of (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/cpp/
H A Dalgo.h89 using __STD::find_first_of;
H A Dstl_algo.h2646 // find_first_of, with and without an explicitly supplied comparison function.
2649 _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function
2660 _InputIter find_first_of(_InputIter __first1, _InputIter __last1, function
/haiku/src/build/libbe/support/
H A DArchivable.cpp270 pos = origName.find_first_of("::", oldpos);
/haiku/headers/cpp/std/
H A Dbastring.h380 size_type find_first_of (const basic_string& str, size_type pos = 0) const function in class:basic_string
381 { return find_first_of (str.data(), pos, str.length()); }
382 size_type find_first_of (const charT* s, size_type pos, size_type n) const;
383 size_type find_first_of (const charT* s, size_type pos = 0) const function in class:basic_string
384 { return find_first_of (s, pos, traits::length (s)); }
385 size_type find_first_of (charT c, size_type pos = 0) const function in class:basic_string
H A Dbastring.cc314 find_first_of (const charT* s, size_type pos, size_type n) const function in class:basic_string
/haiku/src/kits/support/
H A DArchivable.cpp130 pos = origName.find_first_of("::", oldpos);

Completed in 112 milliseconds