Searched refs:ctype (Results 1 - 25 of 397) sorted by relevance

1234567891011>>

/external/stlport/test/unit/
H A Dctype_header_test.c8 #include <ctype.h>
/external/stlport/stlport/
H A Dlocale84 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::space, c); }
88 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::print, c); }
92 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::cntrl, c); }
96 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::upper, c); }
100 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::lower, c); }
104 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::alpha, c); }
108 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::digit, c); }
112 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::punct, c); }
116 { return (use_facet<ctype<_CharT> >(loc)).is(ctype_base::xdigit, c); }
120 { return (use_facet<ctype<_Char
[all...]
/external/e2fsprogs/lib/blkid/
H A Dversion.c17 #include <ctype.h>
/external/e2fsprogs/lib/ext2fs/
H A Dversion.c17 #include <ctype.h>
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/fastwc/
H A Dmywc.c4 #include <ctype.h>
/external/v8/src/
H A Dflag-definitions.h40 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
41 extern ctype FLAG_##nam;
42 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \
43 static ctype const FLAG_##nam = def;
48 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
49 ctype FLAG_##nam = def;
50 #define FLAG_READONLY(ftype, ctype, nam, def, cmt)
56 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \
57 static ctype const FLAGDEFAULT_##nam = def;
58 #define FLAG_READONLY(ftype, ctype, na
[all...]
/external/stlport/src/
H A Dctype.cpp30 // ctype<char>
36 const size_t ctype<char>::table_size;
43 ctype<char>::classic_table() _STLP_NOTHROW {
200 const unsigned char _S_upper[ctype<char>::table_size] =
236 const unsigned char _S_lower[ctype<char>::table_size] =
298 // Some helper functions used in ctype<>::scan_is and scan_is_not.
316 ctype<char>::ctype(const ctype_base::mask * __tab, bool __del, size_t __refs) :
322 ctype<char>::~ctype() {
[all...]
/external/ppp/pppd/plugins/radius/
H A Dincludes.h19 #include <ctype.h>
/external/quake/quake/src/QW/server/
H A Dqwsvdef.h36 #include <ctype.h>
/external/stlport/stlport/stl/
H A D_cctype.h26 # include <ctype.h>
H A D_ctype.h56 // ctype<> template
58 template <class charT> class ctype {}; class
61 //ctype specializations
64 class _STLP_CLASS_DECLSPEC ctype<char> : public locale::facet, public ctype_base { class in inherits:locale::facet,ctype_base
67 typedef ctype<wchar_t> _Wctype;
70 friend class ctype<wchar_t>;
77 explicit ctype(const mask* __tab = 0, bool __del = false, size_t __refs = 0);
121 ~ctype();
147 class _STLP_CLASS_DECLSPEC ctype_byname<char>: public ctype<char> {
177 class _STLP_CLASS_DECLSPEC ctype<wchar_ class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
[all...]
H A Dc_locale.h33 # include <ctype.h>
77 # include <ctype.h>
105 /* This section uses macros defined in the gnu libc ctype.h header */
/external/webkit/JavaScriptCore/
H A DJavaScriptCorePrefix.h7 #include <ctype.h>
/external/wpa_supplicant/
H A Dincludes.h36 #include <ctype.h>
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dincludes.h36 #include <ctype.h>
/external/clearsilver/cgi/
H A Dcgi.h34 typedef NEOERR* (*CGI_PARSE_CB)(CGI *, char *method, char *ctype, void *rock);
40 char *ctype; member in struct:_cgi_parse_cb
166 * register POST w/ * and check the ctype yourself,
183 * ctype - the HTTP Content-Type you want to handle, or * for all
191 NEOERR *cgi_register_parse_cb(CGI *cgi, const char *method, const char *ctype,
/external/chromium/android/
H A Dprefix.h38 #include <ctype.h>
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt.h8 #include <ctype.h>
/external/e2fsprogs/debugfs/
H A Dunused.c11 #include <ctype.h>
/external/e2fsprogs/lib/e2p/
H A Dhashstr.c14 #include <ctype.h>
/external/e2fsprogs/lib/uuid/
H A Dparse.c37 #include <ctype.h>
/external/elfcopy/
H A Ddebug.c3 #include <ctype.h>
/external/openssl/crypto/
H A Do_str.c59 #include <ctype.h>
/external/oprofile/libpopt/
H A Dsystem.h14 #include <ctype.h>
/external/webkit/JavaScriptCore/wtf/
H A DDisallowCType.h32 // The behavior of many of the functions in the <ctype.h> header is dependent
36 // error if we use one of the <ctype.h> functions by accident.
38 #include <ctype.h>

Completed in 1536 milliseconds

1234567891011>>