Searched refs:tofind (Results 1 – 1 of 1) sorted by relevance
167 size_type find (char tofind, size_type offset) const in find() argument173 if (*p == tofind) return static_cast< size_type >( p - c_str() ); in find()