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

1 2 34 5 6

  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
types_wchar_t.pass.cpp 14 // : public locale::facet,
31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /external/libcxx/test/std/localization/locales/locale.global.templates/
use_facet.pass.cpp 12 // template <class Facet> const Facet& use_facet(const locale& loc);
20 : public std::locale::facet
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 14 // : public locale::facet,
31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
types_char16_t.pass.cpp 14 // : public locale::facet,
32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
types_char32_t.pass.cpp 14 // : public locale::facet,
32 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
types_wchar_t.pass.cpp 14 // : public locale::facet,
31 static_assert((std::is_base_of<std::locale::facet, F>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 14 // : public locale::facet,
36 static_assert((std::is_base_of<std::locale::facet, std::ctype<wchar_t> >::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.global.templates/
use_facet.pass.cpp 12 // template <class Facet> const Facet& use_facet(const locale& loc);
20 : public std::locale::facet
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 36 locale::facet * _STLP_CALL _get_facet(locale::facet *f)
43 void _STLP_CALL _release_facet(locale::facet *&f)
110 //facets with a reference counter telling to _release_facet when the facet can be
126 locale::facet* _Locale_impl::insert(locale::facet *f, const locale::id& n) {
163 locale::facet* ct = 0;
164 locale::facet* cvt = 0;
166 locale::facet* wct = 0;
167 locale::facet* wcvt = 0
    [all...]
monetary.cpp 48 moneypunct<char, true>::moneypunct(size_t __refs) : locale::facet(__refs)
62 moneypunct<char, false>::moneypunct(size_t __refs) : locale::facet(__refs)
78 moneypunct<wchar_t, true>::moneypunct(size_t __refs) : locale::facet(__refs)
98 moneypunct<wchar_t, false>::moneypunct(size_t __refs) : locale::facet(__refs)
locale.cpp 43 locale::facet::~facet() {}
62 string what = "Unable to find facet";
70 const char* name, const char* facet) {
75 what += facet;
76 what += " facet category, unable to create facet for ";
87 what = "Unable to create facet ";
88 what += facet;
128 void locale::_M_insert(facet* f, locale::id& n)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_collate.h 43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet {
48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet {
84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
_time_facets.h 131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs)
160 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
221 // time_put facet
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
253 explicit time_put(size_t __refs = 0) : locale::facet(__refs)
268 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
_monetary.h 54 class money_get : public locale::facet {
60 explicit money_get(size_t __refs = 0) : locale::facet(__refs) {}
86 class _STLP_CLASS_DECLSPEC moneypunct<char, true> : public locale::facet, public money_base {
125 class _STLP_CLASS_DECLSPEC moneypunct<char, false> : public locale::facet, public money_base {
168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base {
207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base {
388 class money_put : public locale::facet {
394 explicit money_put(size_t __refs = 0) : locale::facet(__refs) {}
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base {
53 /* For the moment VC6 do not support this facet default implementation
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
174 : public locale::facet, public codecvt_base {
180 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
271 : public locale::facet, public codecvt_base {
277 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_collate.h 43 class _STLP_CLASS_DECLSPEC collate<char> : public locale::facet {
48 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
79 class _STLP_CLASS_DECLSPEC collate<wchar_t> : public locale::facet {
84 explicit collate(size_t __refs = 0) : locale::facet(__refs) {}
_time_facets.h 131 class time_get : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
136 explicit time_get(size_t __refs = 0) : locale::facet(__refs)
160 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
221 // time_put facet
248 class time_put : public locale::facet, public time_base, public _STLP_PRIV time_init<_Ch> {
253 explicit time_put(size_t __refs = 0) : locale::facet(__refs)
268 : locale::facet(__refs), _STLP_PRIV time_init<_Ch>(__name)
_monetary.h 54 class money_get : public locale::facet {
60 explicit money_get(size_t __refs = 0) : locale::facet(__refs) {}
86 class _STLP_CLASS_DECLSPEC moneypunct<char, true> : public locale::facet, public money_base {
125 class _STLP_CLASS_DECLSPEC moneypunct<char, false> : public locale::facet, public money_base {
168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, true> : public locale::facet, public money_base {
207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base {
388 class money_put : public locale::facet {
394 explicit money_put(size_t __refs = 0) : locale::facet(__refs) {}
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base {
53 /* For the moment VC6 do not support this facet default implementation
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
174 : public locale::facet, public codecvt_base {
180 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
271 : public locale::facet, public codecvt_base {
277 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 59 struct __timepunct_cache : public locale::facet
122 __timepunct_cache(size_t __refs = 0) : facet(__refs),
177 class __timepunct : public locale::facet
191 /// Numpunct facet id.
208 * @param refs Passed to the base facet class.
358 * This facet encapsulates the code to parse and return a date or
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base
379 /// Numpunct facet id.
387 * @param __refs Passed to the base facet class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
locale_facets_nonio.h 59 struct __timepunct_cache : public locale::facet
122 __timepunct_cache(size_t __refs = 0) : facet(__refs),
177 class __timepunct : public locale::facet
191 /// Numpunct facet id.
208 * @param refs Passed to the base facet class.
358 * This facet encapsulates the code to parse and return a date or
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base
379 /// Numpunct facet id.
387 * @param __refs Passed to the base facet class
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
locale_facets_nonio.h 59 struct __timepunct_cache : public locale::facet
122 __timepunct_cache(size_t __refs = 0) : facet(__refs),
177 class __timepunct : public locale::facet
191 /// Numpunct facet id.
208 * @param refs Passed to the base facet class.
358 * This facet encapsulates the code to parse and return a date or
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base
379 /// Numpunct facet id.
387 * @param __refs Passed to the base facet class
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
locale_facets_nonio.h 59 struct __timepunct_cache : public locale::facet
122 __timepunct_cache(size_t __refs = 0) : facet(__refs),
177 class __timepunct : public locale::facet
191 /// Numpunct facet id.
208 * @param refs Passed to the base facet class.
358 * This facet encapsulates the code to parse and return a date or
365 * implement the behavior they require from the time_get facet.
368 class time_get : public locale::facet, public time_base
379 /// Numpunct facet id.
387 * @param __refs Passed to the base facet class
    [all...]
  /external/libxml2/
xmlschemastypes.c 651 * @facetType: the facet type
653 * Evaluates if a specific facet can be
656 * Returns 1 if the facet can be used with the given built-in type,
    [all...]

Completed in 894 milliseconds

1 2 34 5 6