HomeSort by relevance Sort by last modified time
    Searched defs:ctype (Results 26 - 48 of 48) sorted by null

12

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
98 static const category ctype = 1L << 0; member in class:locale
104 static const category all = (ctype | numeric | collate |
293 // collate, ctype, monetary, numeric, time, and messages. These
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
98 static const category ctype = 1L << 0; member in class:locale
104 static const category all = (ctype | numeric | collate |
293 // collate, ctype, monetary, numeric, time, and messages. These
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.h 91 * The standard category values are none, ctype, numeric, collate, time,
98 static const category ctype = 1L << 0; member in class:locale
104 static const category all = (ctype | numeric | collate |
293 // collate, ctype, monetary, numeric, time, and messages. These
locale_facets.h 130 // 22.2.1.1 Template class ctype
131 // Include host and configuration specific ctype enums for ctype_base.
133 // Common base for ctype<_CharT>.
135 * @brief Common base for ctype facet
155 * It does so by returning the value of ctype<char_type>::do_is().
171 * ctype<char_type>::do_is().
187 * ctype<char_type>::do_scan_is().
203 * ctype<char_type>::do_scan_not().
219 * so by returning ctype<char_type>::do_toupper().
233 * by returning ctype<char_type>:: do_toupper(lo, hi)
605 class ctype : public __ctype_abstract_base<_CharT> class in inherits:__ctype_abstract_base
616 ctype(size_t __refs = 0) : __ctype_abstract_base<_CharT>(__refs) { } function in class:ctype
674 class ctype<char> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
1175 class ctype<wchar_t> : public __ctype_abstract_base<wchar_t> class in inherits:__ctype_abstract_base
    [all...]
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 52 const gchar *ctype; /* C type name [gchar*] */ member in struct:__anon2139
59 const gchar *ctype; /* C type name [gchar*] */ member in struct:__anon2140
185 /* keyword sig_name ctype getter */
217 iarg->ctype = args[i].ctype;
229 /* keyword sig_name ctype setter */
261 oarg->ctype = args[i].ctype;
387 ind = g_fprintf (fout, " typedef %s (*GMarshalFunc_%s) (", sig->rarg->ctype, signame);
394 g_fprintf (fout, "%s%s arg_%d,\n", indent (ind), pad (iarg->ctype), a++)
    [all...]
  /frameworks/base/tools/localize/
XLIFFFile.cpp 337 string ctype; local
340 ctype = "bold";
343 ctype = "italic";
346 ctype = "underline";
349 if (ctype != "") {
351 attrs.push_back(XMLAttribute(XLIFF_XMLNS, "ctype", ctype));
  /external/tcpdump/
print-lmp.c 221 u_int8_t ctype; member in struct:lmp_object_header
313 * on objects offsetted by the ctype
419 lmp_obj_ctype=(lmp_obj_header->ctype)&0x7f;
433 (lmp_obj_header->ctype)&0x80 ? "" : "non-",
print-icmp.c 306 u_int8_t ctype; member in struct:icmp_mpls_ext_object_header_t
635 obj_ctype = icmp_mpls_ext_object_header->ctype;
print-rsvp.c 78 u_int8_t ctype; member in struct:rsvp_object_header
217 * on objects offsetted by the ctype
643 rsvp_obj_ctype=rsvp_obj_header->ctype;
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awk.h 79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */ member in struct:Cell
184 #define isjump(n) ((n)->ctype == OJUMP)
  /external/bluetooth/bluez/health/
hdp_util.c 81 int ctype, i; local
85 ctype = dbus_message_iter_get_arg_type(&entry);
86 if (ctype != DBUS_TYPE_STRING) {
110 int ctype; local
113 ctype = dbus_message_iter_get_arg_type(iter);
114 if (ctype != DBUS_TYPE_ARRAY) {
121 while ((ctype = dbus_message_iter_get_arg_type(&dict)) !=
123 if (ctype != DBUS_TYPE_DICT_ENTRY) {
147 int ctype; local
149 ctype = dbus_message_iter_get_arg_type(iter)
175 int ctype; local
216 int ctype; local
248 int ctype; local
    [all...]
  /external/icu4c/i18n/
rematch.cpp 3190 int8_t ctype = u_charType(c); \/\/ TODO: make a unicode set for this. Will be faster. local
    [all...]
  /external/pcre/
pcre_exec.c 556 #define ctype frame->Xctype macro
612 int ctype;
5546 #undef ctype macro
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 1445 const char* ctype = NULL; local
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 573 const char *ctype = local
576 if (!ctype) {
578 case SQLITE_INTEGER: ctype = "integer"; break;
579 case SQLITE_FLOAT: ctype = "double"; break;
588 ctype = "text"; break;
589 case SQLITE_BLOB: ctype = "blob"; break;
590 case SQLITE_NULL: ctype = "null"; break;
593 if (ctype) {
596 trans2utf(env, 1, 0, ctype, &ty);
692 const char *ctype = sqlite3_column_decltype(h->stmt, i) local
    [all...]
  /external/openssl/include/openssl/
ssl3.h 505 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon9091
  /external/openssl/ssl/
ssl3.h 505 char ctype[SSL3_CT_NUMBER]; member in struct:ssl3_state_st::__anon9104
  /frameworks/base/libs/utils/
ResourceTypes.cpp 32 #include <ctype.h>
1920 const uint16_t ctype = dtohs(chunk->type); local
4178 const uint16_t ctype = dtohs(chunk->type); local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 3875 inline ::google::protobuf::FieldOptions_CType FieldOptions::ctype() const { function in class:google::protobuf::FieldOptions
    [all...]
  /external/mksh/src/
sh.h 741 #define ctype(c, t) !!( ((t) == C_SUBOP2) ? \ macro
744 #define ksh_isalphx(c) ctype((c), C_ALPHA)
745 #define ksh_isalnux(c) ctype((c), C_ALPHA | C_DIGIT)
    [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1406 milliseconds

12