Home
last modified time | relevance | path

Searched defs:__n1 (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_string_sum.h170 …_BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_ty… in replace()
172 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) in replace()
174 _BString& replace(size_type __pos, size_type __n1, const _CharT* __s) in replace()
176 _BString& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) 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.h824 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace()
838 _Self& replace(size_type __pos, size_type __n1, in replace()
851 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace()
856 _Self& replace(size_type __pos, size_type __n1, 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()
1073 const ptrdiff_t __n1 = __l1 - __f1; in _M_compare() local
D_slist.c73 _Node_base* __n1 = this->_M_head._M_data._M_next; variable
D_string_workaround.h477 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace()
483 _Self& replace(size_type __pos, size_type __n1, in replace()
490 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace()
496 _Self& replace(size_type __pos, size_type __n1, in replace()
/external/stlport/stlport/stl/debug/
D_string.h522 _Self& replace(size_type __pos1, size_type __n1, const _Self& __s, in replace()
530 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s, size_type __n2) { in replace()
539 _Self& replace(size_type __pos, size_type __n1, const _CharT* __s) { in replace()
548 _Self& replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) { 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()