HomeSort by relevance Sort by last modified time
    Searched defs:ctype_byname (Results 1 - 18 of 18) sorted by null

  /external/stlport/src/
facets_byname.cpp 36 // 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<char>::do_tolower(char* first, const char* last) const
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
facets_byname.cpp 36 // 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<char>::do_tolower(char* first, const char* last) const
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
    [all...]
  /external/stlport/stlport/stl/
_ctype.h 59 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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ctype.h 59 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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 1481 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1496 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1509 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 1481 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1496 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1509 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 1467 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1482 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1495 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 1468 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1483 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1496 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 1469 class ctype_byname : public ctype<_CharT> class in inherits:ctype
1484 class ctype_byname<char> : public ctype<char> class in inherits:ctype
1497 class ctype_byname<wchar_t> : public ctype<wchar_t> class in inherits:ctype
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
locale.cpp 197 install(new ctype_byname<char>(name_));
198 install(new ctype_byname<wchar_t>(name_));
263 install(new ctype_byname<char>(name));
264 install(new ctype_byname<wchar_t>(name));
1015 // template <> class ctype_byname<char>
1017 ctype_byname<char>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1023 throw runtime_error("ctype_byname<char>::ctype_byname"
1028 ctype_byname<char>::ctype_byname(const string& name, size_t refs function in class:ctype_byname
1074 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) function in class:ctype_byname
1085 ctype_byname<wchar_t>::ctype_byname(const string& name, size_t refs) function in class:ctype_byname
    [all...]

Completed in 1361 milliseconds