HomeSort by relevance Sort by last modified time
    Searched refs:_S_count (Results 1 - 10 of 10) sorted by null

  /external/stlport/src/
bitset.cpp 30 size_t _Bs_G::_S_count(const unsigned char *__first,
iostream.cpp 139 long ios_base::Init::_S_count = 0;
144 if (_S_count++ == 0) {
152 if (--_S_count == 0) {
306 if (Init::_S_count == 0) {
locale_impl.cpp 70 static _Refcount_Base _S_count(0);
71 return _S_count;
  /ndk/sources/android/stlport/src/
bitset.cpp 30 size_t _Bs_G::_S_count(const unsigned char *__first,
iostream.cpp 139 long ios_base::Init::_S_count = 0;
144 if (_S_count++ == 0) {
152 if (--_S_count == 0) {
306 if (Init::_S_count == 0) {
locale_impl.cpp 70 static _Refcount_Base _S_count(0);
71 return _S_count;
  /external/stlport/stlport/stl/
_ios_base.h 245 static long _S_count;
_bitset.h 74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
  /ndk/sources/android/stlport/stlport/stl/
_ios_base.h 245 static long _S_count;
_bitset.h 74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end)
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);

Completed in 939 milliseconds