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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_collate.h 165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_collate.h 165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_collate.h 165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_collate.h 165 collate<_CharT> const& __coll = use_facet<collate<_CharT> >(__loc);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
suffix.hpp 198 // We can't have a working std::use_facet if there is no std::locale:
397 // When the standard library does not have a conforming std::use_facet there
403 // std::use_facet<Type>(loc);
411 # define BOOST_USE_FACET(Type, loc) std::use_facet(loc, static_cast<Type*>(0))
421 # define BOOST_USE_FACET(Type, loc) std::use_facet< Type >(loc)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 476 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
487 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
codecvt.h 484 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
495 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
regex.h 106 using std::use_facet;
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
135 using std::use_facet;
136 const collate<_Ch_type>& __c(use_facet<
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
287 using std::use_facet;
288 const ctype<_Ch_type>& __ctype(use_facet<
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
codecvt.h 484 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
495 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
regex.h 106 using std::use_facet;
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
135 using std::use_facet;
136 const collate<_Ch_type>& __c(use_facet<
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
287 using std::use_facet;
288 const ctype<_Ch_type>& __ctype(use_facet<
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 476 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
487 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 476 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
487 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 476 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
487 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
codecvt.h 476 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
487 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
codecvt.h 484 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
495 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
regex.h 106 using std::use_facet;
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
135 using std::use_facet;
136 const collate<_Ch_type>& __c(use_facet<
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
287 using std::use_facet;
288 const ctype<_Ch_type>& __ctype(use_facet<
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
codecvt.h 486 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
497 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
regex.h 106 using std::use_facet;
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
135 using std::use_facet;
136 const collate<_Ch_type>& __c(use_facet<
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
288 using std::use_facet;
289 const ctype<_Ch_type>& __ctype(use_facet<
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
codecvt.h 484 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
495 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
regex.h 106 using std::use_facet;
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
135 using std::use_facet;
136 const collate<_Ch_type>& __c(use_facet<
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
287 using std::use_facet;
288 const ctype<_Ch_type>& __ctype(use_facet<
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
codecvt.h 486 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
497 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
regex.h 106 using std::use_facet;
107 return use_facet<ctype<char_type> >(_M_locale).tolower(__c);
135 using std::use_facet;
136 const collate<_Ch_type>& __c(use_facet<
148 * Effects: if typeid(use_facet<collate<_Ch_type> >) ==
288 using std::use_facet;
289 const ctype<_Ch_type>& __ctype(use_facet<
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
codecvt.h 485 use_facet<codecvt<char, char, mbstate_t> >(const locale&);
496 use_facet<codecvt<wchar_t, char, mbstate_t> >(const locale&);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
is_many.pass.cpp 31 const F& f = std::use_facet<F>(l);
140 const F& f = std::use_facet<F>(l);
  /external/stlport/stlport/stl/
_string_io.c 84 const _C_type& _Ctype = use_facet<_C_type>(__loc);

Completed in 171 milliseconds

1 2 3 4 5 6 7 891011>>