Searched refs:__e (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/ |
D | locale_catalog.cpp | 171 Category_Map::value_type __e(name, pair<void*,size_t>((void*)0,size_t(0))); in __acquire_category() 179 result = (*M)->insert_noresize(__e); in __acquire_category()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _rope.h | 1375 rope(const _CharT *__s, const _CharT *__e, 1377 : _M_tree_ptr(__a, _S_RopeLeaf_from_unowned_char_ptr(__s, __e - __s, __a)) 1380 rope(const const_iterator& __s, const const_iterator& __e, 1383 __e._M_current_pos)) 1386 rope(const iterator& __s, const iterator& __e, 1389 __e._M_current_pos)) 1670 _Self& append(const _CharT* __s, const _CharT* __e) { 1671 _M_reset(_S_destr_concat_char_iter(_M_tree_ptr._M_data, __s, __e - __s)); 1675 _Self& append(const_iterator __s, const_iterator __e) { 1676 _STLP_ASSERT(__s._M_root == __e._M_root) [all …]
|
D | _monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); in do_get() local 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0); in do_get()
|
D | _vector.h | 665 void _M_set(pointer __s, pointer __f, pointer __e) { 668 this->_M_end_of_storage._M_data = __e;
|