HomeSort by relevance Sort by last modified time
    Searched refs:use_facet (Results 76 - 100 of 279) sorted by null

1 2 34 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
char_in.pass.cpp 30 const F& f = std::use_facet<F>(l);
char_out.pass.cpp 30 const F& f = std::use_facet<F>(l);
wchar_t_in.pass.cpp 31 const F& f = std::use_facet<F>(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 38 const F& f = std::use_facet<F>(l);
types_char16_t.pass.cpp 39 const F& f = std::use_facet<F>(l);
types_char32_t.pass.cpp 39 const F& f = std::use_facet<F>(l);
types_wchar_t.pass.cpp 38 const F& f = std::use_facet<F>(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
widen_many.pass.cpp 26 const F& f = std::use_facet<F>(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 30 const std::ctype<wchar_t>& f = std::use_facet<std::ctype<wchar_t> >(l);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
compare.pass.cpp 27 const std::collate<char>& f = std::use_facet<std::collate<char> >(l);
40 const std::collate<wchar_t>& f = std::use_facet<std::collate<wchar_t> >(l);
  /external/stlport/test/unit/
collate_facets_test.cpp 20 collate<char> const& col = use_facet<collate<char> >(locale::classic());
40 collate<char> const& col = use_facet<collate<char> >(loc);
56 collate<char> const& col = use_facet<collate<char> >(loc);
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
213 collate<char> const& cfacet_byname = use_facet<collate<char> >(loc);
214 collate<char> const& cfacet = use_facet<collate<char> >(locale::classic());
money_facets_test.cpp 61 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
63 money_get<char> const& fmg = use_facet<money_get<char> >(loc);
75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc);
188 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
283 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
293 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
355 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
539 moneypunct<char, false> const& cfacet_byname = use_facet<moneypunct<char, false> >(loc);
540 moneypunct<char, false> const& cfacet = use_facet<moneypunct<char, false> >(locale::classic());
568 moneypunct<char, true> const& cfacet_byname = use_facet<moneypunct<char, true> >(loc)
    [all...]
num_facets_test.cpp 37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
105 num_put<char> const& nput = use_facet<num_put<char> >(loc);
239 numpunct<char> const& cfacet_byname = use_facet<numpunct<char> >(loc);
240 numpunct<char> const& cfacet = use_facet<numpunct<char> >(locale::classic());
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 20 collate<char> const& col = use_facet<collate<char> >(locale::classic());
40 collate<char> const& col = use_facet<collate<char> >(loc);
56 collate<char> const& col = use_facet<collate<char> >(loc);
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
213 collate<char> const& cfacet_byname = use_facet<collate<char> >(loc);
214 collate<char> const& cfacet = use_facet<collate<char> >(locale::classic());
money_facets_test.cpp 61 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
63 money_get<char> const& fmg = use_facet<money_get<char> >(loc);
75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc);
188 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
283 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
293 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
355 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
539 moneypunct<char, false> const& cfacet_byname = use_facet<moneypunct<char, false> >(loc);
540 moneypunct<char, false> const& cfacet = use_facet<moneypunct<char, false> >(locale::classic());
568 moneypunct<char, true> const& cfacet_byname = use_facet<moneypunct<char, true> >(loc)
    [all...]
num_facets_test.cpp 37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
105 num_put<char> const& nput = use_facet<num_put<char> >(loc);
239 numpunct<char> const& cfacet_byname = use_facet<numpunct<char> >(loc);
240 numpunct<char> const& cfacet = use_facet<numpunct<char> >(locale::classic());
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 20 collate<char> const& col = use_facet<collate<char> >(locale::classic());
40 collate<char> const& col = use_facet<collate<char> >(loc);
56 collate<char> const& col = use_facet<collate<char> >(loc);
87 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
104 collate<wchar_t> const& col = use_facet<collate<wchar_t> >(loc);
213 collate<char> const& cfacet_byname = use_facet<collate<char> >(loc);
214 collate<char> const& cfacet = use_facet<collate<char> >(locale::classic());
money_facets_test.cpp 61 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
63 money_get<char> const& fmg = use_facet<money_get<char> >(loc);
75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc);
188 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
283 money_put<char> const& fmp = use_facet<money_put<char> >(loc);
293 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
355 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc);
539 moneypunct<char, false> const& cfacet_byname = use_facet<moneypunct<char, false> >(loc);
540 moneypunct<char, false> const& cfacet = use_facet<moneypunct<char, false> >(locale::classic());
568 moneypunct<char, true> const& cfacet_byname = use_facet<moneypunct<char, true> >(loc)
    [all...]
num_facets_test.cpp 37 numpunct<char> const& npct = use_facet<numpunct<char> >(loc);
105 num_put<char> const& nput = use_facet<num_put<char> >(loc);
239 numpunct<char> const& cfacet_byname = use_facet<numpunct<char> >(loc);
240 numpunct<char> const& cfacet = use_facet<numpunct<char> >(locale::classic());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
is_1.pass.cpp 24 const F& f = std::use_facet<F>(l);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h     [all...]

Completed in 4910 milliseconds

1 2 34 5 6 7 8 91011>>