Searched refs:find_last_not_of (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DTunerLocale.cpp67 str.erase(str.find_last_not_of(" \t") + 1);
/haiku/headers/cpp/std/
H A Dbastring.h403 size_type find_last_not_of (const basic_string& str, size_type pos = npos) const function in class:basic_string
404 { return find_last_not_of (str.data(), pos, str.length()); }
405 size_type find_last_not_of (const charT* s, size_type pos, size_type n) const;
406 size_type find_last_not_of (const charT* s, size_type pos = npos) const function in class:basic_string
407 { return find_last_not_of (s, pos, traits::length (s)); }
408 size_type find_last_not_of (charT c, size_type pos = npos) const;
H A Dbastring.cc366 find_last_not_of (const charT* s, size_type pos, size_type n) const function in class:basic_string
382 find_last_not_of (charT c, size_type pos) const function in class:basic_string

Completed in 94 milliseconds