HomeSort by relevance Sort by last modified time
    Searched refs:islower (Results 26 - 50 of 69) sorted by null

12 3

  /external/libpcap/
etherent.c 57 else if (islower(c))
nametoaddr.c 354 else if (islower(c))
scanner.l 403 else if (islower(c))
  /external/stlport/test/eh/
locale.cpp 47 if(islower('?', cout.getloc())) puts("Lower");
  /bionic/libc/netbsd/nameser/
ns_ttl.c 120 if (islower(ch))
  /external/stlport/stlport/
locale 70 #undef islower
99 inline bool islower (_CharT c, const locale& loc)
  /bionic/libc/stdlib/
wchar.c 125 int iswlower(wint_t wc) { return islower(wc); }
141 case WC_TYPE_LOWER: return islower(wc);
ctype_.c 106 int islower(int c) function
  /external/webkit/WebKitTools/android/flex-2.5.4a/
parse.y 748 | CCE_LOWER { CCL_EXPR(islower) }
754 CCL_EXPR(islower)
misc.c 104 if ( ! isascii( (Char) *str ) || ! islower( *str ) )
configure 871 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
872 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
875 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
997 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
998 #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
1001 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
    [all...]
  /external/e2fsprogs/e2fsck/
message.c 228 if (*first && islower(*str)) {
  /external/ppp/pppd/plugins/pppoatm/
text2atm.c 117 value = isdigit(*text) ? *text-'0' : (islower(*text) ?
  /external/qemu/
qemu-common.h 121 #define qemu_islower(c) islower((unsigned char)(c))
  /external/skia/src/animator/
SkParseSVGPath.cpp 143 if (islower(op)) {
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
parse.c     [all...]
  /bionic/libc/tzcode/
strftime.c 708 } else if (islower(c)) {
  /external/openssl/apps/
enc.c 86 if(!islower((unsigned char)*name->name))
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 145 if (islower(c))
  /external/openssl/ssl/
ssltest.c     [all...]
  /external/iproute2/tc/
m_ipt.c 255 if (islower(new_name[0])) {
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 67 if (islower(c)) ctable[(unsigned char)c] |= _Locale_LOWER;
  /system/core/libcutils/
tzstrftime.c 658 } else if (islower(c)) {
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 1005 : ((islower(n1) ? (toupper(n1)) : n1) - 'A' + 10);
1007 : ((islower(n2) ? (toupper(n2)) : n2) - 'A' + 10);
    [all...]
  /external/bluetooth/glib/glib/
gstring.c 1342 if (islower (*s))
    [all...]

Completed in 1878 milliseconds

12 3