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

/external/stlport/src/
H A Dlocale.cpp106 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);
H A Dlocale_impl.cpp51 size_t locale::id::_S_max = 27; member in class:locale::id
76 facets_vec.reserve( locale::id::_S_max );
590 // locale::id::_S_max = 27;
675 // size_t locale::id::_S_max = 27; // made before
/external/stlport/stlport/stl/
H A D_locale.h106 static size_t _S_max; member in struct:locale::id

Completed in 119 milliseconds