/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
vstring.tcc | 126 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 129 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 132 const size_type __new_size = __old_size + __len2 - __len1; 138 const size_type __how_much = __old_size - __pos - __len1; 141 if (__how_much && __len1 != __len2) 142 this->_S_move(__p + __len2, __p + __len1, __how_much); 149 if (__len2 && __len2 <= __len1) 151 if (__how_much && __len1 != __len2) 152 this->_S_move(__p + __len2, __p + __len1, __how_much); 153 if (__len2 > __len1) [all...] |
sso_string_base.h | 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 558 const size_type __how_much = _M_length() - __pos - __len1; 560 size_type __new_capacity = _M_length() + __len2 - __len1; 569 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
vstring.tcc | 128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 131 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 134 const size_type __new_size = __old_size + __len2 - __len1; 140 const size_type __how_much = __old_size - __pos - __len1; 143 if (__how_much && __len1 != __len2) 144 this->_S_move(__p + __len2, __p + __len1, __how_much); 151 if (__len2 && __len2 <= __len1) 153 if (__how_much && __len1 != __len2) 154 this->_S_move(__p + __len2, __p + __len1, __how_much); 155 if (__len2 > __len1) [all...] |
sso_string_base.h | 238 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 561 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 564 const size_type __how_much = _M_length() - __pos - __len1; 566 size_type __new_capacity = _M_length() + __len2 - __len1; 575 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
vstring.tcc | 128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 131 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 134 const size_type __new_size = __old_size + __len2 - __len1; 140 const size_type __how_much = __old_size - __pos - __len1; 143 if (__how_much && __len1 != __len2) 144 this->_S_move(__p + __len2, __p + __len1, __how_much); 151 if (__len2 && __len2 <= __len1) 153 if (__how_much && __len1 != __len2) 154 this->_S_move(__p + __len2, __p + __len1, __how_much); 155 if (__len2 > __len1) [all...] |
sso_string_base.h | 238 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 561 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 564 const size_type __how_much = _M_length() - __pos - __len1; 566 size_type __new_capacity = _M_length() + __len2 - __len1; 575 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.tcc | 126 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 129 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 132 const size_type __new_size = __old_size + __len2 - __len1; 138 const size_type __how_much = __old_size - __pos - __len1; 141 if (__how_much && __len1 != __len2) 142 this->_S_move(__p + __len2, __p + __len1, __how_much); 149 if (__len2 && __len2 <= __len1) 151 if (__how_much && __len1 != __len2) 152 this->_S_move(__p + __len2, __p + __len1, __how_much); 153 if (__len2 > __len1) [all...] |
sso_string_base.h | 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 558 const size_type __how_much = _M_length() - __pos - __len1; 560 size_type __new_capacity = _M_length() + __len2 - __len1; 569 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.tcc | 126 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 129 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 132 const size_type __new_size = __old_size + __len2 - __len1; 138 const size_type __how_much = __old_size - __pos - __len1; 141 if (__how_much && __len1 != __len2) 142 this->_S_move(__p + __len2, __p + __len1, __how_much); 149 if (__len2 && __len2 <= __len1) 151 if (__how_much && __len1 != __len2) 152 this->_S_move(__p + __len2, __p + __len1, __how_much); 153 if (__len2 > __len1) [all...] |
sso_string_base.h | 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 558 const size_type __how_much = _M_length() - __pos - __len1; 560 size_type __new_capacity = _M_length() + __len2 - __len1; 569 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
vstring.tcc | 126 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 129 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 132 const size_type __new_size = __old_size + __len2 - __len1; 138 const size_type __how_much = __old_size - __pos - __len1; 141 if (__how_much && __len1 != __len2) 142 this->_S_move(__p + __len2, __p + __len1, __how_much); 149 if (__len2 && __len2 <= __len1) 151 if (__how_much && __len1 != __len2) 152 this->_S_move(__p + __len2, __p + __len1, __how_much); 153 if (__len2 > __len1) [all...] |
sso_string_base.h | 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 558 const size_type __how_much = _M_length() - __pos - __len1; 560 size_type __new_capacity = _M_length() + __len2 - __len1; 569 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
vstring.tcc | 126 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 129 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 132 const size_type __new_size = __old_size + __len2 - __len1; 138 const size_type __how_much = __old_size - __pos - __len1; 141 if (__how_much && __len1 != __len2) 142 this->_S_move(__p + __len2, __p + __len1, __how_much); 149 if (__len2 && __len2 <= __len1) 151 if (__how_much && __len1 != __len2) 152 this->_S_move(__p + __len2, __p + __len1, __how_much); 153 if (__len2 > __len1) [all...] |
sso_string_base.h | 232 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 555 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 558 const size_type __how_much = _M_length() - __pos - __len1; 560 size_type __new_capacity = _M_length() + __len2 - __len1; 569 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
vstring.tcc | 128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 131 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 134 const size_type __new_size = __old_size + __len2 - __len1; 140 const size_type __how_much = __old_size - __pos - __len1; 143 if (__how_much && __len1 != __len2) 144 this->_S_move(__p + __len2, __p + __len1, __how_much); 151 if (__len2 && __len2 <= __len1) 153 if (__how_much && __len1 != __len2) 154 this->_S_move(__p + __len2, __p + __len1, __how_much); 155 if (__len2 > __len1) [all...] |
sso_string_base.h | 238 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 561 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 564 const size_type __how_much = _M_length() - __pos - __len1; 566 size_type __new_capacity = _M_length() + __len2 - __len1; 575 _M_data() + __pos + __len1, __how_much);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
vstring.tcc | 128 _M_replace(size_type __pos, size_type __len1, const _CharT* __s, 131 _M_check_length(__len1, __len2, "__versa_string::_M_replace"); 134 const size_type __new_size = __old_size + __len2 - __len1; 140 const size_type __how_much = __old_size - __pos - __len1; 143 if (__how_much && __len1 != __len2) 144 this->_S_move(__p + __len2, __p + __len1, __how_much); 151 if (__len2 && __len2 <= __len1) 153 if (__how_much && __len1 != __len2) 154 this->_S_move(__p + __len2, __p + __len1, __how_much); 155 if (__len2 > __len1) [all...] |
sso_string_base.h | 217 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 540 _M_mutate(size_type __pos, size_type __len1, const _CharT* __s, 543 const size_type __how_much = _M_length() - __pos - __len1; 545 size_type __new_capacity = _M_length() + __len2 - __len1; 554 _M_data() + __pos + __len1, __how_much);
|
/external/stlport/stlport/stl/ |
_algo.c | 45 _Distance __len1, _Distance __len2, 1538 _Distance __len1 = _STLP_STD::distance(__first, __middle); local [all...] |
_algobase.h | 591 const size_t __len1 = __last1 - __first1; local 596 const int __result = memcmp(__first1, __first2, (min) (__len1, __len2)); 597 return __result != 0 ? (__result < 0) : (__len1 < __len2); 625 const ptrdiff_t __len1 = __last1 - __first1; local 627 const int __result = memcmp(__first1, __first2, (min) (__len1, __len2)); 629 : (__len1 == __len2 ? 0 : (__len1 < __len2 ? -1 : 1));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 45 _Distance __len1, _Distance __len2, 1538 _Distance __len1 = _STLP_STD::distance(__first, __middle); local [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 45 _Distance __len1, _Distance __len2, 1538 _Distance __len1 = _STLP_STD::distance(__first, __middle); local [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 45 _Distance __len1, _Distance __len2, 1538 _Distance __len1 = _STLP_STD::distance(__first, __middle); local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 45 _Distance __len1, _Distance __len2, 1538 _Distance __len1 = _STLP_STD::distance(__first, __middle); local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_algo.c | 45 _Distance __len1, _Distance __len2, 1538 _Distance __len1 = _STLP_STD::distance(__first, __middle); local [all...] |