Searched refs:ctype_byname (Results 1 - 5 of 5) sorted by relevance

/external/stlport/stlport/stl/
H A D_ctype.h59 template <class charT> class ctype_byname {}; class
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> { class in inherits:ctype
150 explicit ctype_byname(const char*, size_t = 0);
151 ~ctype_byname();
160 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
167 typedef ctype_byname<char> _Self;
168 ctype_byname(_Self const&);
240 class _STLP_CLASS_DECLSPEC ctype_byname<wchar_t>: public ctype<wchar_t> { class in inherits:ctype
243 explicit ctype_byname(const char* __name, size_t __refs = 0);
246 ~ctype_byname();
260 ctype_byname(_Locale_ctype* __ctype) function in class:ctype_byname
[all...]
H A D_iosfwd.h99 template <class _CharT> class ctype_byname;
104 _STLP_TEMPLATE_NULL class ctype_byname<char>;
110 _STLP_TEMPLATE_NULL class ctype_byname<wchar_t>;
/external/stlport/src/
H A Dfacets_byname.cpp36 // ctype_byname<char>
41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
55 void ctype_byname<char>::_M_init() {
66 ctype_byname<char>::~ctype_byname()
69 char ctype_byname<char>::do_toupper(char c) const
72 char ctype_byname<char>::do_tolower(char c) const
76 ctype_byname<char>::do_toupper(char* first, const char* last) const {
83 ctype_byname<cha
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
[all...]
H A Dlocale_impl.cpp179 ct = new ctype_byname<char>(__lct);
197 wct = new ctype_byname<wchar_t>(__lwct);
/external/stlport/test/unit/
H A Dctype_facets_test.cpp347 locale tmp(locale::classic(), new ctype_byname<char>(tested_locales[i]));
349 locale tmp0(tmp, new ctype_byname<wchar_t>(tested_locales[i]));
377 locale loc(locale::classic(), new ctype_byname<char>(static_cast<char const*>(0)));
389 locale loc(locale::classic(), new ctype_byname<char>("yasli_language"));
427 locale loc(locale::classic(), new ctype_byname<char>("fr_FR"));
440 locale loc(locale::classic(), new ctype_byname<char>("C"));
473 locale loc(locale::classic(), new ctype_byname<wchar_t>(static_cast<char const*>(0)));
484 locale loc(locale::classic(), new ctype_byname<wchar_t>("yasli_language"));

Completed in 169 milliseconds