/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/ |
get_unsigned_long_long.pass.cpp | 25 class my_facet class in inherits:F 29 explicit my_facet(std::size_t refs = 0) function in class:my_facet 46 const my_facet f(1);
|
get_unsigned_short.pass.cpp | 25 class my_facet class in inherits:F 29 explicit my_facet(std::size_t refs = 0) function in class:my_facet 46 const my_facet f(1);
|
get_long_long.pass.cpp | 25 class my_facet class in inherits:F 29 explicit my_facet(std::size_t refs = 0) function in class:my_facet 46 const my_facet f(1);
|
get_bool.pass.cpp | 25 class my_facet class in inherits:F 29 explicit my_facet(std::size_t refs = 0) function in class:my_facet 57 const my_facet f(1);
|
get_float.pass.cpp | 27 class my_facet class in inherits:F 31 explicit my_facet(std::size_t refs = 0) function in class:my_facet 37 const my_facet f(1);
|
get_double.pass.cpp | 30 class my_facet class in inherits:F 34 explicit my_facet(std::size_t refs = 0) function in class:my_facet 52 const my_facet f(1);
|
get_long_double.pass.cpp | 27 class my_facet class in inherits:F 31 explicit my_facet(std::size_t refs = 0) function in class:my_facet 37 const my_facet f(1);
|
/external/stlport/test/unit/ |
locale_test.cpp | 174 typedef codecvt<char,char,mbstate_t> my_facet; typedef 179 typedef codecvt<char,char,std::mbstate_t> my_facet; 184 locale gloc( loc_ref, new my_facet() ); 185 CPPUNIT_ASSERT( has_facet<my_facet>( gloc ) ); 195 locale loc2( loc, new my_facet() ); 196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) );
|
/ndk/tests/device/test-gnustl-full/unit/ |
locale_test.cpp | 174 typedef codecvt<char,char,mbstate_t> my_facet; typedef 179 typedef codecvt<char,char,std::mbstate_t> my_facet; 184 locale gloc( loc_ref, new my_facet() ); 185 CPPUNIT_ASSERT( has_facet<my_facet>( gloc ) ); 195 locale loc2( loc, new my_facet() ); 196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) );
|
/ndk/tests/device/test-stlport/unit/ |
locale_test.cpp | 174 typedef codecvt<char,char,mbstate_t> my_facet; typedef 179 typedef codecvt<char,char,std::mbstate_t> my_facet; 184 locale gloc( loc_ref, new my_facet() ); 185 CPPUNIT_ASSERT( has_facet<my_facet>( gloc ) ); 195 locale loc2( loc, new my_facet() ); 196 CPPUNIT_ASSERT( has_facet<my_facet>( loc2 ) );
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/ |
get_time.pass.cpp | 26 class my_facet class in inherits:F 30 explicit my_facet(std::size_t refs = 0) function in class:my_facet 36 const my_facet f(1);
|
get_time_wide.pass.cpp | 26 class my_facet class in inherits:F 30 explicit my_facet(std::size_t refs = 0) function in class:my_facet 36 const my_facet f(1);
|
get_year.pass.cpp | 25 class my_facet class in inherits:F 29 explicit my_facet(std::size_t refs = 0) function in class:my_facet 35 const my_facet f(1);
|
get_monthname.pass.cpp | 26 class my_facet class in inherits:F 30 explicit my_facet(std::size_t refs = 0) function in class:my_facet 36 const my_facet f(1);
|
get_monthname_wide.pass.cpp | 26 class my_facet class in inherits:F 30 explicit my_facet(std::size_t refs = 0) function in class:my_facet 36 const my_facet f(1);
|
get_weekday.pass.cpp | 26 class my_facet class in inherits:F 30 explicit my_facet(std::size_t refs = 0) function in class:my_facet 36 const my_facet f(1);
|
get_weekday_wide.pass.cpp | 26 class my_facet class in inherits:F 30 explicit my_facet(std::size_t refs = 0) function in class:my_facet 36 const my_facet f(1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/ |
put_long_long.pass.cpp | 24 class my_facet class in inherits:F 28 explicit my_facet(std::size_t refs = 0) function in class:my_facet 45 const my_facet f(1);
|
put_unsigned_long_long.pass.cpp | 24 class my_facet class in inherits:F 28 explicit my_facet(std::size_t refs = 0) function in class:my_facet 45 const my_facet f(1);
|
put_long.pass.cpp | 24 class my_facet class in inherits:F 28 explicit my_facet(std::size_t refs = 0) function in class:my_facet 45 const my_facet f(1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
put_long_double_en_US.pass.cpp | 27 class my_facet class in inherits:Fn 31 explicit my_facet(std::size_t refs = 0) function in class:my_facet 58 const my_facet f(1);
|
put_long_double_fr_FR.pass.cpp | 29 class my_facet class in inherits:Fn 33 explicit my_facet(std::size_t refs = 0) function in class:my_facet 60 const my_facet f(1);
|
put_long_double_ru_RU.pass.cpp | 29 class my_facet class in inherits:Fn 33 explicit my_facet(std::size_t refs = 0) function in class:my_facet 60 const my_facet f(1);
|
put_long_double_zh_CN.pass.cpp | 27 class my_facet class in inherits:Fn 31 explicit my_facet(std::size_t refs = 0) function in class:my_facet 58 const my_facet f(1);
|
put_string_en_US.pass.cpp | 27 class my_facet class in inherits:Fn 31 explicit my_facet(std::size_t refs = 0) function in class:my_facet 58 const my_facet f(1);
|