Searched refs:tofind (Results 1 – 2 of 2) 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()
166 size_type find (char tofind, size_type offset) const in find() argument172 if (*p == tofind) return static_cast< size_type >( p - c_str() ); in find()