Home
last modified time | relevance | path

Searched refs:_M_count (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
Dlocale_impl.h85 _Refcount_Base& _M_count() const;
Dlocale_impl.cpp58 if (_M_count()._M_incr() == 1) { in Init()
64 if (_M_count()._M_decr() == 0) { in ~Init()
69 _Refcount_Base& _Locale_impl::Init::_M_count() const { in _M_count() function in _Locale_impl::Init
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_rope.c739 size_t _M_count; // Number of nonmatching characters
741 : _M_pattern(__p), _M_count(0) {} in _Rope_find_char_char_consumer()
747 _M_count += __i; return false; in operator()
750 _M_count += __n; return true; in operator()
909 size_type __result_pos = __start + __c._M_count; in find()