Searched refs:__ucopy_n (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _uninitialized.h | 162 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result, in __ucopy_n() function 177 __ucopy_n(_InputIter __first, _Size __count, in __ucopy_n() function 180 { return __ucopy_n(__first, __count, __result, input_iterator_tag()); } in __ucopy_n() 184 __ucopy_n(_InputIter __first, _Size __count, in __ucopy_n() function 187 { return __ucopy_n(__first, __count, __result, input_iterator_tag()); } in __ucopy_n() 192 __ucopy_n(_RandomAccessIter __first, _Size __count, _ForwardIter __result, in __ucopy_n() function 201 __ucopy_n(_InputIter __first, _Size __count, _ForwardIter __result) in __ucopy_n() function 202 { return _STLP_PRIV __ucopy_n(__first, __count, __result, _STLP_ITERATOR_CATEGORY(__first, _InputIt… in __ucopy_n() 211 { return _STLP_PRIV __ucopy_n(__first, __count, __result); } in uninitialized_copy_n()
|
D | _rope.c | 383 _STLP_PRIV __ucopy_n(__r->_M_data, __old_len, __new_data); in _S_leaf_concat_char_iter() 384 _STLP_PRIV __ucopy_n(__iter, __len, __new_data + __old_len); in _S_leaf_concat_char_iter() 424 _STLP_PRIV __ucopy_n(__iter, __len, __r->_M_data + __old_len); in _S_destr_leaf_concat_char_iter() 728 _STLP_PRIV __ucopy_n(__leaf, __n, _M_buf_ptr); in operator() 932 return _STLP_PRIV __ucopy_n(__l->_M_data, __l->_M_size._M_data, __buffer).second; in _S_flatten()
|
D | _rope.h | 589 _STLP_PRIV __ucopy_n(__s + __start_pos + _M_start, __req_len, __buffer); 1237 _STLP_PRIV __ucopy_n(__s, _p_size, __buf);
|