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

/external/stlport/stlport/stl/
H A D_rope.c77 _CharT* __cstr = _M_c_string; local
78 if (0 != __cstr) {
80 _STLP_STD::_Destroy_Range(__cstr, __cstr + _p_size);
81 _M_size.deallocate(__cstr, _p_size);
1125 _CharT* __cstr = __r->_M_c_string; local
1128 if (0 != __cstr) return __cstr[__i];
H A D_string_sum.h47 __cstr_wrapper(const _CharT *__cstr, size_t __size) : argument
48 _CStr(__cstr), _Size(__size) {}

Completed in 86 milliseconds