HomeSort by relevance Sort by last modified time
    Searched refs:ctype (Results 151 - 175 of 1405) sorted by null

1 2 3 4 5 67 8 91011>>

  /bionic/libc/upstream-netbsd/libc/string/
strcasestr.c 42 #include <ctype.h>
  /external/chromium/android/
prefix.h 60 #include <ctype.h>
  /external/e2fsprogs/lib/blkid/
version.c 17 #include <ctype.h>
  /external/mdnsresponder/Clients/
ClientCommon.c 41 #include <ctype.h>
  /external/opencv/otherlibs/highgui/
_highgui.h 52 #include <ctype.h>
  /external/ppp/pppd/plugins/radius/
includes.h 19 #include <ctype.h>
  /external/wpa_supplicant_8/src/utils/
includes.h 30 #include <ctype.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/
narrow_many.pass.cpp 12 // template <> class ctype<char>;
25 typedef std::ctype<char> F;
tolower_many.pass.cpp 12 // template <> class ctype<char>;
24 typedef std::ctype<char> F;
toupper_many.pass.cpp 12 // template <> class ctype<char>;
24 typedef std::ctype<char> F;
widen_many.pass.cpp 12 // template <> class ctype<char>;
25 typedef std::ctype<char> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
narrow_1.pass.cpp 12 // template <class charT> class ctype;
23 typedef std::ctype<wchar_t> F;
narrow_many.pass.cpp 12 // template <class charT> class ctype;
25 typedef std::ctype<wchar_t> F;
tolower_1.pass.cpp 12 // template <class charT> class ctype;
23 typedef std::ctype<wchar_t> F;
tolower_many.pass.cpp 12 // template <class charT> class ctype;
24 typedef std::ctype<wchar_t> F;
toupper_1.pass.cpp 12 // template <class charT> class ctype;
23 typedef std::ctype<wchar_t> F;
toupper_many.pass.cpp 12 // template <class charT> class ctype;
24 typedef std::ctype<wchar_t> F;
widen_1.pass.cpp 12 // template <class charT> class ctype;
23 typedef std::ctype<wchar_t> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/
tolower_1.pass.cpp 29 typedef std::ctype<char> F;
45 typedef std::ctype<char> F;
61 typedef std::ctype<wchar_t> F;
77 typedef std::ctype<wchar_t> F;
tolower_many.pass.cpp 30 typedef std::ctype<char> F;
47 typedef std::ctype<char> F;
64 typedef std::ctype<wchar_t> F;
81 typedef std::ctype<wchar_t> F;
toupper_1.pass.cpp 29 typedef std::ctype<char> F;
45 typedef std::ctype<char> F;
61 typedef std::ctype<wchar_t> F;
77 typedef std::ctype<wchar_t> F;
toupper_many.pass.cpp 30 typedef std::ctype<char> F;
47 typedef std::ctype<char> F;
64 typedef std::ctype<wchar_t> F;
81 typedef std::ctype<wchar_t> F;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 452 ctype = _splitparam(value)[0].lower()
454 if ctype.count('/') != 1:
456 return ctype
464 ctype = self.get_content_type()
465 return ctype.split('/')[0]
473 ctype = self.get_content_type()
474 return ctype.split('/')[1]
485 def set_default_type(self, ctype):
488 ctype should be either "text/plain" or "message/rfc822", although this
492 self._default_type = ctype
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 452 ctype = _splitparam(value)[0].lower()
454 if ctype.count('/') != 1:
456 return ctype
464 ctype = self.get_content_type()
465 return ctype.split('/')[0]
473 ctype = self.get_content_type()
474 return ctype.split('/')[1]
485 def set_default_type(self, ctype):
488 ctype should be either "text/plain" or "message/rfc822", although this
492 self._default_type = ctype
    [all...]
  /external/qemu/android/utils/
vector.h 18 #define AVECTOR_DECL(ctype,name) \
19 ctype* name; \

Completed in 1021 milliseconds

1 2 3 4 5 67 8 91011>>