HomeSort by relevance Sort by last modified time
    Searched defs:classic (Results 1 - 11 of 11) sorted by null

  /external/stlport/stlport/stl/
_locale.h 187 static const locale& _STLP_CALL classic();
273 static const locale& _STLP_CALL classic() { function in class:locale
274 return __STATIC_CAST(const locale&, _Locale::classic());
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 187 static const locale& _STLP_CALL classic();
273 static const locale& _STLP_CALL classic() { function in class:locale
274 return __STATIC_CAST(const locale&, _Locale::classic());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 185 static const locale& _STLP_CALL classic();
271 static const locale& _STLP_CALL classic() { function in class:locale
272 return __STATIC_CAST(const locale&, _Locale::classic());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 185 static const locale& _STLP_CALL classic();
271 static const locale& _STLP_CALL classic() { function in class:locale
272 return __STATIC_CAST(const locale&, _Locale::classic());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 187 static const locale& _STLP_CALL classic();
273 static const locale& _STLP_CALL classic() { function in class:locale
274 return __STATIC_CAST(const locale&, _Locale::classic());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 187 static const locale& _STLP_CALL classic();
273 static const locale& _STLP_CALL classic() { function in class:locale
274 return __STATIC_CAST(const locale&, _Locale::classic());
  /external/stlport/src/
locale.cpp 143 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
404 const locale& _STLP_CALL locale::classic() { function in class:locale
locale_impl.cpp 105 // Release of the classic locale ressources. Has to be called after the last
106 // locale destruction and not only after the classic locale destruction as
109 //Not necessary anymore as classic facets are now 'normal' dynamically allocated
155 _Locale_impl* i2 = locale::classic()._M_impl;
226 _Locale_impl* i2 = locale::classic()._M_impl;
228 // We first insert name independant facets taken from the classic locale instance:
293 _Locale_impl* i2 = locale::classic()._M_impl;
355 _Locale_impl* i2 = locale::classic()._M_impl;
410 _Locale_impl* i2 = locale::classic()._M_impl;
412 // We first insert name independant facets taken from the classic locale instance
628 _Locale_impl *classic = new(&_Locale_classic_impl_buf) _Locale_impl("C"); local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
locale.cpp 144 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
405 const locale& _STLP_CALL locale::classic() { function in class:locale
locale_impl.cpp 105 // Release of the classic locale ressources. Has to be called after the last
106 // locale destruction and not only after the classic locale destruction as
109 //Not necessary anymore as classic facets are now 'normal' dynamically allocated
155 _Locale_impl* i2 = locale::classic()._M_impl;
226 _Locale_impl* i2 = locale::classic()._M_impl;
228 // We first insert name independant facets taken from the classic locale instance:
293 _Locale_impl* i2 = locale::classic()._M_impl;
355 _Locale_impl* i2 = locale::classic()._M_impl;
410 _Locale_impl* i2 = locale::classic()._M_impl;
412 // We first insert name independant facets taken from the classic locale instance
628 _Locale_impl *classic = new(&_Locale_classic_impl_buf) _Locale_impl("C"); local
    [all...]
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 241 milliseconds