HomeSort by relevance Sort by last modified time
    Searched refs:isupper (Results 126 - 150 of 202) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 74 isupper(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 82 isupper(_CharT, const locale&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
locale 69 #undef isupper
95 inline bool isupper (_CharT c, const locale& loc)
  /system/media/camera/docs/
metadata_helpers.py 132 newstr = "".join([i.isupper() and ("_" + i) or i for i in newstr]).upper()
  /external/e2fsprogs/intl/
localealias.c 403 c1 = isupper (*p1) ? tolower (*p1) : *p1;
404 c2 = isupper (*p2) ? tolower (*p2) : *p2;
  /external/e2fsprogs/misc/
util.c 40 if (isupper (ch1))
42 if (isupper (ch2))
  /ndk/sources/host-tools/make-3.81/
hash.h 157 (RESULT) += ((isupper (*_key_) ? tolower (*_key_) : *_key_) << (_key_[1] & 0xf)); \
168 (RESULT) += ((isupper (*_key_) ? tolower (*_key_) : *_key_) << (_key_[1] & 0x7)); \
  /external/openssh/
match.c 143 sub[subi] = dolower && isupper(pattern[i]) ?
canohost.c 107 if (isupper(name[i]))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 161 #define ISUPPER(c) (ISASCII (c) && isupper (c))
  /bionic/libc/bionic/
wchar.cpp 106 int iswupper(wint_t wc) { return isupper(wc); }
121 case WC_TYPE_UPPER: return isupper(wc);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 111 __exctype (isupper); variable
182 # define isupper(c) __isctype((c), _ISupper) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 111 __exctype (isupper); variable
182 # define isupper(c) __isctype((c), _ISupper) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 111 __exctype (isupper); variable
182 # define isupper(c) __isctype((c), _ISupper) macro
  /external/openssl/crypto/asn1/
t_x509.c 498 (isupper(s[1]) && (
500 (isupper(s[2]) &&
  /external/webkit/Tools/android/flex-2.5.4a/
misc.c 120 if ( ! isascii( (Char) *str ) || ! isupper( *str ) )
185 return (Char) ((isascii( c ) && isupper( c )) ? tolower( c ) : c);
  /external/wpa_supplicant_8/src/wps/
httpread.c 119 if (isalpha(c1) && isupper(c1))
121 if (isalpha(c2) && isupper(c2))
  /bionic/libc/stdlib/
ctype_.c 126 int isupper(int c) function
  /external/jpeg/
rdjpgcom.c 17 #include <ctype.h> /* to declare isupper(), tolower() */
419 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 17 #include <ctype.h> /* to declare isupper(), tolower() */
419 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
  /external/quake/quake/src/WinQuake/
conproc.cpp 242 rec.Event.KeyEvent.dwControlKeyState = isupper(*sz) ? 0x80 : 0x0;
  /frameworks/compile/mclinker/include/mcld/ADT/
StringHash.h 305 if (isupper(cur_char)) {
  /external/openssl/crypto/x509v3/
v3_utl.c 416 if(isupper(ch)) ch = tolower(ch);
417 if(isupper(cl)) cl = tolower(cl);

Completed in 607 milliseconds

1 2 3 4 56 7 8 9