Home
last modified time | relevance | path

Searched refs:__pos2 (Results 1 – 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
D_string.h825 size_type __pos2, size_type __n2) { in replace() argument
828 if (__pos1 > __size1 || __pos2 > __size2) in replace()
831 const size_type __len2 = (min) (__n2, __size2 - __pos2); in replace()
835 __s._M_Start() + __pos2, __s._M_Start() + __pos2 + __len2, &__s == this); in replace()
1038 size_type __pos2, size_type __n2) const { in compare() argument
1039 if (__pos1 > size() || __pos2 > __s.size()) in compare()
1043 __s._M_Start() + __pos2, in compare()
1044 __s._M_Start() + __pos2 + (min) (__n2, __s.size() - __pos2)); in compare()
D_string_sum.h170 …_BString& replace(size_type __pos1, size_type __n1, const _BString& __s, size_type __pos2, size_ty… in replace() argument
171 {return _M_get_storage().replace(__pos1, __n1, __s, __pos2, __n2);} in replace()
243 …int compare(size_type __pos1, size_type __n1, const _Self& __s, size_type __pos2, size_type __n2) … in compare() argument
244 { return _M_get_storage().compare(__pos1, __n1, __s, __pos2, __n2); } in compare()
D_string_workaround.h478 size_type __pos2, size_type __n2) { in replace() argument
479 _Base::replace(__pos1, __n1, __s, __pos2, __n2); in replace()
D_rope.h1711 size_t __pos2, _RopeRep* __r) {
1714 _Self_destruct_ptr __right(_S_substring(__old, __pos2, __old->_M_size._M_data));
/external/stlport/stlport/stl/debug/
D_string.h523 size_type __pos2, size_type __n2) { in replace() argument
525 _M_non_dbg_impl.replace(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2); in replace()
656 size_type __pos2, size_type __n2) const in compare() argument
657 { return _M_non_dbg_impl.compare(__pos1, __n1, __s._M_non_dbg_impl, __pos2, __n2); } in compare()