HomeSort by relevance Sort by last modified time
    Searched defs:classic (Results 1 - 17 of 17) 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());
  /prebuilts/ndk/9/sources/cxx-stl/EH/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 144 _M_impl = _get_Locale_impl( locale::classic()._M_impl );
406 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...]
  /external/libcxx/src/
locale.cpp 217 facets_ = locale::classic().__locale_->facets_;
470 locale::classic() function in class:locale
481 ::new (&buf) locale(locale::classic());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 221 facets_ = locale::classic().__locale_->facets_;
474 locale::classic() function in class:locale
485 ::new (&buf) locale(locale::classic());
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 720 # MI mixing classic and new-style classes.
735 # Classic MRO is preserved for a classic base class.
741 # But with a mix of classic bases, their MROs are combined using
800 class Classic:
803 class New(Classic):
808 self.fail("new class with only classic bases - shouldn't be")
2882 class classic: class in function:.test_classic_comparisons
2929 class classic: class in function:.test_rich_comparisons
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 720 # MI mixing classic and new-style classes.
735 # Classic MRO is preserved for a classic base class.
741 # But with a mix of classic bases, their MROs are combined using
800 class Classic:
803 class New(Classic):
808 self.fail("new class with only classic bases - shouldn't be")
2882 class classic: class in function:.test_classic_comparisons
2929 class classic: class in function:.test_rich_comparisons
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 

Completed in 770 milliseconds