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

1 2

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
ctype_noninline.h 34 // Information as gleaned from /usr/include/ctype.h
37 ctype<char>::classic_table() throw()
40 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
52 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
64 ctype<char>::do_toupper(char __c) const
71 ctype<char>::do_toupper(char* __low, const char* __high) const
82 ctype<char>::do_tolower(char __c) const
89 ctype<char>::do_tolower(char* __low, const char* __high) cons
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h 36 // Information as gleaned from /usr/include/ctype.h
40 ctype<char>::classic_table() throw()
44 ctype<char>::classic_table() throw()
71 ctype<char>::ctype(__c_locale __cloc, const mask* __table, bool __del, function in class:ctype
84 ctype<char>::ctype(__c_locale, const mask* __table, bool __del, function in class:ctype
118 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs) function in class:ctype
130 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs function in class:ctype
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeEngineDRTWin.cpp 60 WebThemeControlDRTWin::Type ctype,
63 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
69 WebThemeControlDRTWin::Type ctype,
75 WebThemeControlDRTWin control(canvas, webRectToSkIRect(rect), ctype, cstate);
80 WebThemeControlDRTWin::Type ctype,
85 WebThemeControlDRTWin control(canvas, webRectToSkIRect(barRect), ctype, cstate);
97 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
104 ctype = WebThemeControlDRTWin::UncheckedBoxType;
110 ctype = WebThemeControlDRTWin::UncheckedBoxType;
116 ctype = WebThemeControlDRTWin::UncheckedBoxType
284 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
326 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
464 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
529 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
592 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
653 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
704 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::UnknownType; local
753 WebThemeControlDRTWin::Type ctype = WebThemeControlDRTWin::ProgressBarType; local
    [all...]
  /external/webp/src/enc/
cost.c 358 int ctype, band, ctx; local
359 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
362 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
363 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /external/srtp/crypto/kernel/
crypto_kernel.c 178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
193 while(ctype != NULL) {
194 printf("cipher: %s\n", ctype->cipher_type->description);
195 printf(" instance count: %d\n", ctype->cipher_type->ref_count);
197 status = cipher_type_self_test(ctype->cipher_type);
203 ctype = ctype->next;
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list; local
263 crypto_kernel.cipher_type_list = ctype->next;
266 ctype->cipher_type->description)
302 kernel_cipher_type_t *ctype, *new_ctype; local
394 kernel_cipher_type_t *ctype; local
    [all...]
  /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/tests/device/test-gnustl-full/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
  /ndk/tests/device/test-stlport/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/openssl/ssl/
s2_srvr.c 925 int i,j,ctype,ret= -1; local
1009 ctype= *(p++);
1010 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/cxx-stl/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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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...]
  /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/cxx-stl/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
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 82 int ctype = result[CLUSTER_TYPE]; local
89 (ctype & CLUSTER_BY_TIME) != 0, (ccurrent & CLUSTER_BY_TIME) != 0);
91 (ctype & CLUSTER_BY_LOCATION) != 0, (ccurrent & CLUSTER_BY_LOCATION) != 0);
93 (ctype & CLUSTER_BY_TAG) != 0, (ccurrent & CLUSTER_BY_TAG) != 0);
95 (ctype & CLUSTER_BY_FACE) != 0, (ccurrent & CLUSTER_BY_FACE) != 0);
97 model.setClusterItemVisibility(CLUSTER_BY_ALBUM, !inAlbum || ctype == 0);
99 setMenuItemApplied(model, R.id.action_cluster_album, ctype == 0,
141 int ctype = toClusterType(segments[2]); local
142 result[CLUSTER_TYPE] |= ctype;
143 result[CLUSTER_CURRENT_TYPE] = ctype;
    [all...]

Completed in 618 milliseconds

1 2