HomeSort by relevance Sort by last modified time
    Searched refs:classic (Results 276 - 300 of 388) sorted by null

<<111213141516

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_1.pass.cpp 21 std::locale l = std::locale::classic();
scan_is.pass.cpp 25 std::locale l = std::locale::classic();
scan_not.pass.cpp 25 std::locale l = std::locale::classic();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 84 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 22 std::locale l = std::locale::classic();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
is_1.pass.cpp 21 std::locale l = std::locale::classic();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/
put_bool.pass.cpp 84 ios.imbue(std::locale(std::locale::classic(), new my_numpunct));
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 29 std::locale l = std::locale(std::locale::classic(), new F32_16);
30 const F32_8& f32_8 = std::use_facet<F32_8>(std::locale::classic());
32 const F16_8& f16_8 = std::use_facet<F16_8>(std::locale::classic());
wchar_t_out.pass.cpp 28 std::locale l = std::locale::classic();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 29 std::locale l = std::locale(std::locale::classic(), new F32_16);
30 const F32_8& f32_8 = std::use_facet<F32_8>(std::locale::classic());
32 const F16_8& f16_8 = std::use_facet<F16_8>(std::locale::classic());
wchar_t_out.pass.cpp 27 std::locale l = std::locale::classic();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 29 std::locale l = std::locale(std::locale::classic(), new F32_16);
30 const F32_8& f32_8 = std::use_facet<F32_8>(std::locale::classic());
32 const F16_8& f16_8 = std::use_facet<F16_8>(std::locale::classic());
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
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...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
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...]
  /prebuilts/ndk/r10/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/r11/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/r13/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/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
scan_is.pass.cpp 25 std::locale l = std::locale::classic();
scan_not.pass.cpp 25 std::locale l = std::locale::classic();
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
scan_is.pass.cpp 25 std::locale l = std::locale::classic();
scan_not.pass.cpp 25 std::locale l = std::locale::classic();
  /external/libcxx/test/std/localization/locales/locale/locale.statics/
classic.pass.cpp 12 // static const locale& classic();
54 std::locale loc = std::locale::classic();
  /external/mesa3d/
Android.mk 26 # classic drivers: i915 i965
29 # The main target is libGLES_mesa. For each classic driver enabled, a DRI
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
scan_is.pass.cpp 25 std::locale l = std::locale::classic();
scan_not.pass.cpp 25 std::locale l = std::locale::classic();

Completed in 2437 milliseconds

<<111213141516