Searched refs:_S_char_ptr_len (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_rope.h1280 static size_t _S_char_ptr_len(const _CharT* __s) { function in class:rope
1366 : _M_tree_ptr(__a, _S_RopeLeaf_from_unowned_char_ptr(__s, _S_char_ptr_len(__s),__a))
1667 size_t __len = _S_char_ptr_len(__c_string);
1756 insert(__p, __c_string, _S_char_ptr_len(__c_string));
1990 __s, __s + _S_char_ptr_len(__s));
2214 size_t __rlen = rope<_CharT,_Alloc>::_S_char_ptr_len(__right);

Completed in 400 milliseconds