Searched defs:facet (Results 1 - 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/
H A Dlocale.cpp43 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*
69 _M_throw_on_creation_failure(int __err_code, const char* name, const char* facet) argument
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_locale.h80 class _STLP_CLASS_DECLSPEC facet : protected _Refcount_Base { class in class:locale
84 * have lower sizeof and generate roll issues. 1 is enough to keep the facet
86 explicit facet(size_t __init_count = 0) : _Refcount_Base( __init_count == 0 ? 0 : 1 ) {} function in class:locale::facet
87 virtual ~facet();
90 friend facet * _STLP_CALL _get_facet( facet * );
91 friend void _STLP_CALL _release_facet( facet *& );
94 facet(const facet& ) /* : _Refcount_Base(1) {} */;
95 void operator=(const facet
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dlocale.cpp55 void operator()(locale::facet* p) {p->__release_shared();}
121 : public facet
124 vector<facet*, __sso_allocator<facet*, N> > facets_;
132 __imp(const __imp&, facet* f, long id);
138 const locale::facet* use_facet(long id) const;
143 void install(facet* f, long id);
151 : facet(refs),
187 : facet(refs),
393 locale::__imp::__imp(const __imp& other, facet*
[all...]

Completed in 103 milliseconds