Searched defs:__pos1 (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _string_sum.h | 170 …_BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_ty… in replace() 241 int compare(size_type __pos1, size_type __n1, const _Self& __s) const in compare() 243 …int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) … in compare() 247 int compare(size_type __pos1, size_type __n1, const _CharT* __s) const in compare() 249 int compare(size_type __pos1, size_type __n1, const _CharT* __s, size_type __n2) const in compare()
|
D | _string.h | 824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() 1029 int compare(size_type __pos1, size_type __n1, const _Self& __s) const { in compare() 1037 int compare(size_type __pos1, size_type __n1, const _Self& __s, in compare() 1052 int compare(size_type __pos1, size_type __n1, const _CharT* __s) const { in compare() 1061 int compare(size_type __pos1, size_type __n1, const _CharT* __s, size_type __n2) const { in compare()
|
D | _string_workaround.h | 477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _string.h | 522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace() 655 int compare(size_type __pos1, size_type __n1, const _Self& __s, in compare() 666 int compare(size_type __pos1, size_type __n1, const _CharT* __s, in compare()
|