Lines Matching defs:__s
208 basic_string(const _CharT* __s, size_type __n, const _Alloc& __a) in basic_string()
215 basic_string(const _CharT* __s, const _Alloc& __a) in basic_string()
261 assign(const _CharT* __s, size_type __n) in assign()
300 append(const _CharT* __s, size_type __n) in append()
362 insert(size_type __pos, const _CharT* __s, size_type __n) in insert()
416 replace(size_type __pos, size_type __n1, const _CharT* __s, in replace()
521 swap(basic_string& __s) in swap()
660 const basic_string __s(__k1, __k2); in _M_replace_dispatch() local
683 _M_replace_safe(size_type __pos1, size_type __n1, const _CharT* __s, in _M_replace_safe()
725 copy(_CharT* __s, size_type __n, size_type __pos) const in copy()
739 find(const _CharT* __s, size_type __pos, size_type __n) const in find() argument
780 rfind(const _CharT* __s, size_type __pos, size_type __n) const in rfind() argument
818 find_first_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_of() argument
833 find_last_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_of() argument
854 find_first_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_first_not_of() argument
877 find_last_not_of(const _CharT* __s, size_type __pos, size_type __n) const in find_last_not_of() argument
982 compare(size_type __pos, size_type __n1, const _CharT* __s, in compare()