Searched refs:find_last_of (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.h388 size_type find_last_of (const basic_string& str, size_type pos = npos) const function in class:basic_string
389 { return find_last_of (str.data(), pos, str.length()); }
390 size_type find_last_of (const charT* s, size_type pos, size_type n) const;
391 size_type find_last_of (const charT* s, size_type pos = npos) const function in class:basic_string
392 { return find_last_of (s, pos, traits::length (s)); }
393 size_type find_last_of (charT c, size_type pos = npos) const function in class:basic_string
H A Dbastring.cc326 find_last_of (const charT* s, size_type pos, size_type n) const function in class:basic_string

Completed in 22 milliseconds