HomeSort by: relevance | last modified time | path
    Searched refs:facet (Results 1 - 25 of 85) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-ldbl-alt128-cxx11.cc 63 template<typename Facet>
65 init_facet(function<void(const locale::id*, const locale::facet*)>& func,
66 Facet* facet)
68 func(&Facet::id, facet);
73 template class function<void(const locale::id*, const locale::facet*)>;
77 function<void(const locale::id*, const locale::facet*)> f,
cxx11-shim_facets.cc 31 // functions to another facet which uses a different std::string ABI,
34 // this file is used so that the replacement facet can be used (via the shim)
50 // Base class of facet shims, holds a reference to the underlying facet
52 class locale::facet::__shim
55 const facet* _M_get() const { return _M_facet; }
62 __shim(const facet* __f) : _M_facet(__f) { __f->_M_add_reference(); }
67 const facet* _M_facet;
165 using facet = locale::facet;
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-ldbl-alt128-cxx11.cc 63 template<typename Facet>
65 init_facet(function<void(const locale::id*, const locale::facet*)>& func,
66 Facet* facet)
68 func(&Facet::id, facet);
73 template class function<void(const locale::id*, const locale::facet*)>;
77 function<void(const locale::id*, const locale::facet*)> f,
cxx11-shim_facets.cc 31 // functions to another facet which uses a different std::string ABI,
34 // this file is used so that the replacement facet can be used (via the shim)
50 // Base class of facet shims, holds a reference to the underlying facet
52 class locale::facet::__shim
55 const facet* _M_get() const { return _M_facet; }
62 __shim(const facet* __f) : _M_facet(__f) { __f->_M_add_reference(); }
67 const facet* _M_facet;
165 using facet = locale::facet;
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
c_locale.cc 36 locale::facet::_S_create_c_locale(__c_locale&, const char*, __c_locale*)
40 locale::facet::_S_destroy_c_locale(__c_locale&)
44 locale::facet::_S_clone_c_locale(__c_locale&) throw()
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
c_locale.cc 36 locale::facet::_S_create_c_locale(__c_locale&, const char*, __c_locale*)
40 locale::facet::_S_destroy_c_locale(__c_locale&)
44 locale::facet::_S_clone_c_locale(__c_locale&) throw()
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
locale.cc 197 // locale::facet
198 __c_locale locale::facet::_S_c_locale;
200 const char locale::facet::_S_c_name[2] = "C";
203 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
207 locale::facet::_S_initialize_once()
220 locale::facet::_S_get_c_locale()
232 locale::facet::_S_get_c_name() throw()
235 locale::facet::
236 ~facet() { }
268 _M_facets = new const facet*[_M_facets_size]
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale.cc 197 // locale::facet
198 __c_locale locale::facet::_S_c_locale;
200 const char locale::facet::_S_c_name[2] = "C";
203 __gthread_once_t locale::facet::_S_once = __GTHREAD_ONCE_INIT;
207 locale::facet::_S_initialize_once()
214 locale::facet::_S_get_c_locale()
229 locale::facet::_S_get_c_name() throw()
232 locale::facet::
233 ~facet() { }
265 _M_facets = new const facet*[_M_facets_size]
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_classes.h 74 class facet;
78 friend class facet;
203 * @brief Construct locale with another facet.
205 * Constructs a copy of the locale @a __other. The facet @a __f
206 * is added to @a __other, replacing an existing facet of type
207 * Facet if there is one. If @a __f is null, this locale is a
211 * @param __f The facet to add in.
231 * @brief Construct locale with another facet.
234 * existing facet of type Facet from the locale @a other into the ne
396 class locale::facet class in class:locale
428 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_classes.h 70 class facet;
74 friend class facet;
195 * @brief Construct locale with another facet.
197 * Constructs a copy of the locale @a __other. The facet @a __f
198 * is added to @a __other, replacing an existing facet of type
199 * Facet if there is one. If @a __f is null, this locale is a
203 * @param __f The facet to add in.
223 * @brief Construct locale with another facet.
226 * existing facet of type Facet from the locale @a other into the ne
373 class locale::facet class in class:locale
405 facet(size_t __refs = 0) throw() : _M_refcount(__refs ? 1 : 0) function in class:locale::facet
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
time_members.h 44 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
50 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0),
57 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
time_members.h 43 : facet(__refs), _M_data(0)
51 : facet(__refs), _M_data(__cache)
60 : facet(__refs), _M_data(0)
messages_members.h 43 : facet(__refs)
48 : facet(__refs)
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
time_members.h 43 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0),
56 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
messages_members.h 45 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()),
52 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0)
107 if (this->_M_name_messages != locale::facet::_S_get_c_name())
110 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0)
118 this->_M_name_messages = locale::facet::_S_get_c_name();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
time_members.h 44 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
50 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0),
57 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
time_members.h 43 : facet(__refs), _M_data(0)
51 : facet(__refs), _M_data(__cache)
60 : facet(__refs), _M_data(0)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
time_members.h 43 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
49 : facet(__refs), _M_data(__cache), _M_c_locale_timepunct(0),
56 : facet(__refs), _M_data(0), _M_c_locale_timepunct(0),
messages_members.h 45 : facet(__refs), _M_c_locale_messages(_S_get_c_locale()),
52 : facet(__refs), _M_c_locale_messages(0), _M_name_messages(0)
107 if (this->_M_name_messages != locale::facet::_S_get_c_name())
110 if (__builtin_strcmp(__s, locale::facet::_S_get_c_name()) != 0)
118 this->_M_name_messages = locale::facet::_S_get_c_name();
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
ctype_configure_char.cc 47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/
ctype_configure_char.cc 47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
ctype_configure_char.cc 47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
ctype_configure_char.cc 47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/openbsd/
ctype_configure_char.cc 47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
ctype_configure_char.cc 47 : facet(__refs), _M_del(__table != 0 && __del),
58 : facet(__refs), _M_del(__table != 0 && __del),

Completed in 29 milliseconds

1 2 3 4