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

  /external/stlport/src/
locale.cpp 105 static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max);
110 size_t new_index = locale::id::_S_max++;
149 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/src/
locale.cpp 105 static _STLP_VOLATILE __stl_atomic_t _S_index = __STATIC_CAST(__stl_atomic_t, locale::id::_S_max);
110 size_t new_index = locale::id::_S_max++;
149 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
  /external/stlport/stlport/stl/
_locale.h 106 static size_t _S_max;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 104 static size_t _S_max;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 104 static size_t _S_max;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 104 static size_t _S_max;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 106 static size_t _S_max;

Completed in 286 milliseconds