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

  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 106 static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max);
111 size_t new_index = locale::id::_S_max++;
150 impl = new _Locale_impl(locale::id::_S_max, name);
locale_impl.cpp 51 size_t locale::id::_S_max = 27;
76 facets_vec.reserve( locale::id::_S_max );
590 // locale::id::_S_max = 27;
675 // size_t locale::id::_S_max = 27; // made before
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 106 static size_t _S_max;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_locale.h 106 static size_t _S_max;

Completed in 309 milliseconds