Lines Matching defs:__s
63 _M_append(const _CharT* __s, size_type __n) in _M_append()
88 const __versa_string __s(__k1, __k2); in _M_replace_dispatch() local
128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, in _M_replace()
255 copy(_CharT* __s, size_type __n, size_type __pos) const in copy()
270 find(const _CharT* __s, size_type __pos, size_type __n) const in find() argument
313 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() argument
353 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() argument
370 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of() argument
392 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() argument
417 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of() argument
529 compare(size_type __pos, size_type __n1, const _CharT* __s, in compare()