HomeSort by relevance Sort by last modified time
    Searched defs:ctype (Results 1 - 25 of 30) sorted by null

1 2

  /external/stlport/test/unit/
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
30 ctype<char> const& ct = use_facet<ctype<char> >(loc);
173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) );
174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc);
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); member in class:locale
428 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
429 ctype<char> const& ct = use_facet<ctype<char> >(loc)
    [all...]
codecvt_test.cpp 529 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /ndk/sources/android/stlport/test/unit/
ctype_facets_test.cpp 29 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
30 ctype<char> const& ct = use_facet<ctype<char> >(loc);
173 CPPUNIT_ASSERT( has_facet<ctype<wchar_t> >(loc) );
174 ctype<wchar_t> const& wct = use_facet<ctype<wchar_t> >(loc);
341 locale tmp(locale::classic(), tested_locales[i], locale::ctype); member in class:locale
428 CPPUNIT_ASSERT( has_facet<ctype<char> >(loc) );
429 ctype<char> const& ct = use_facet<ctype<char> >(loc)
    [all...]
codecvt_test.cpp 531 locale loc(locale::classic(), ".936", locale::ctype); member in class:locale
  /external/clearsilver/cgi/
cgi.h 34 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/openssl/ssl/
s2_srvr.c 926 int i,j,ctype,ret= -1; local
1010 ctype= *(p++);
1011 if (ctype != SSL2_AT_MD5_WITH_RSA_ENCRYPTION)
  /external/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_ctype.h 56 // 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_t> : public locale::facet, public ctype_base class in inherits:locale::facet,ctype_base
181 explicit ctype(size_t __refs = 0) : locale::facet(__refs) {} function in class:ctype
    [all...]
  /device/samsung/crespo/alsa-lib/modules/mixer/simple/
sbase.c 326 snd_ctl_elem_type_t ctype; local
351 ctype = snd_ctl_elem_info_get_type(info);
353 switch (ctype) {
377 if (ctype != SND_CTL_ELEM_TYPE_BOOLEAN) {
384 if (ctype != SND_CTL_ELEM_TYPE_INTEGER)
  /external/openssl/crypto/krb5/
krb5_asn.h 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
  /external/openssl/include/openssl/
krb5_asn.h 158 ASN1_INTEGER *ctype; member in struct:krb5_checksum_st
  /external/stlport/src/
locale.cpp 198 L->name = string("LC_CTYPE=") + _Locale_extract_ctype_name((c & locale::ctype) ? ctype_name : name, buf, 0, &__err_code) + ";";
272 if (c & locale::ctype)
313 if (c & ctype) {
314 impl->insert( i2, _STLP_STD::ctype<char>::id);
317 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id);
436 const locale::category locale::ctype; member in class:locale
  /ndk/sources/android/stlport/src/
locale.cpp 198 L->name = string("LC_CTYPE=") + _Locale_extract_ctype_name((c & locale::ctype) ? ctype_name : name, buf, 0, &__err_code) + ";";
272 if (c & locale::ctype)
313 if (c & ctype) {
314 impl->insert( i2, _STLP_STD::ctype<char>::id);
317 impl->insert( i2, _STLP_STD::ctype<wchar_t>::id);
436 const locale::category locale::ctype; member in class:locale
  /external/bluetooth/glib/gobject/
glib-genmarshal.c 52 const gchar *ctype; /* C type name [gchar*] */ member in struct:__anon2204
59 const gchar *ctype; /* C type name [gchar*] */ member in struct:__anon2205
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));
  /device/samsung/crespo/alsa-utils/alsactl/
state.c 810 static int get_comment_range(snd_config_t *n, int ctype,
818 switch (ctype) {
839 snd_ctl_elem_type_t ctype; local
846 ctype = SND_CTL_ELEM_TYPE_NONE;
857 ctype = err;
861 err = get_comment_range(n, ctype, &imin, &imax, &istep);
889 switch (ctype) {
940 int ctype; local
944 ctype = get_comment_type(n);
945 if (ctype == type
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rematch.cpp 1814 int8_t ctype = u_charType(c); \/\/ TODO: make a unicode set for this. Will be faster. local
    [all...]
  /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...]
  /device/samsung/crespo/alsa-lib/src/mixer/
simple_none.c 1420 snd_ctl_elem_type_t ctype; local
    [all...]
  /external/icu4c/i18n/
rematch.cpp 3070 int8_t ctype = u_charType(c); \/\/ TODO: make a unicode set for this. Will be faster. local
    [all...]
  /external/webkit/JavaScriptCore/pcre/
pcre_exec.cpp 139 int ctype; member in struct:MatchFrame::__anon8086
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp 1649 const char* ctype = NULL; local
    [all...]
  /libcore/sqlite-jdbc/src/main/native/
sqlite_jni.c 545 const char *ctype = local
548 if (!ctype) {
550 case SQLITE_INTEGER: ctype = "integer"; break;
551 case SQLITE_FLOAT: ctype = "double"; break;
560 ctype = "text"; break;
561 case SQLITE_BLOB: ctype = "blob"; break;
562 case SQLITE_NULL: ctype = "null"; break;
565 if (ctype) {
568 trans2utf(env, 1, 0, ctype, &ty);
664 const char *ctype = sqlite3_column_decltype(h->stmt, i) local
    [all...]

Completed in 529 milliseconds

1 2