Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dlocale.cpp106 … static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max); in _Stl_loc_get_index()
111 size_t new_index = locale::id::_S_max++; in _Stl_loc_get_index()
150 impl = new _Locale_impl(locale::id::_S_max, name); in locale()
Dlocale_impl.cpp51 size_t locale::id::_S_max = 27; member in locale::id
76 facets_vec.reserve( locale::id::_S_max ); in _Locale_impl()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_locale.h106 static size_t _S_max; member