Home
last modified time | relevance | path

Searched refs:ISLOWER (Results 1 – 18 of 18) sorted by relevance

/external/webkit/WebKitTools/android/flex-2.5.4a/
Dconfigure875 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
1001 if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
/external/bluetooth/glib/glib/
Dgstrfuncs.c701 #define ISLOWER(c) ((c) >= 'a' && (c) <= 'z') in g_parse_long_long() macro
702 #define ISALPHA(c) (ISUPPER (c) || ISLOWER (c)) in g_parse_long_long()
703 #define TOUPPER(c) (ISLOWER (c) ? (c) - 'a' + 'A' : (c)) in g_parse_long_long()
/external/clearsilver/util/regex/
Dregex.c200 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro
2099 || (is_lower && ISLOWER (ch))
/external/clearsilver/autom4te.cache/
Doutput.03066 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3067 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3069 # define ISLOWER(c) \
3073 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3082 if (XOR (islower (i), ISLOWER (i))
/external/tesseract/
Dconfigure4574 if (XOR (islower (i), ISLOWER (i))
5864 if (XOR (islower (i), ISLOWER (i))
/external/genext2fs/
Dconfigure4129 if (XOR (islower (i), ISLOWER (i))
/external/clearsilver/
Dconfigure3222 if (XOR (islower (i), ISLOWER (i))
/external/grub/
Dconfigure5166 if (XOR (islower (i), ISLOWER (i))
/external/libpcap/
Dconfigure3970 if (XOR (islower (i), ISLOWER (i))
/external/dropbear/
Dconfigure3636 if (XOR (islower (i), ISLOWER (i))
4970 if (XOR (islower (i), ISLOWER (i))
/external/expat/
Dconfigure4349 if (XOR (islower (i), ISLOWER (i))
19542 if (XOR (islower (i), ISLOWER (i))
/external/icu4c/
Dconfigure4926 if (XOR (islower (i), ISLOWER (i))
/external/libffi/
Dconfigure5234 if (XOR (islower (i), ISLOWER (i))
20800 if (XOR (islower (i), ISLOWER (i))
/external/strace/
Dconfigure3882 if (XOR (islower (i), ISLOWER (i))
/external/tcpdump/
Dconfigure3716 if (XOR (islower (i), ISLOWER (i))
/external/e2fsprogs/
Dconfigure3484 if (XOR (islower (i), ISLOWER (i))
/external/bison/
Dconfigure3312 if (XOR (islower (i), ISLOWER (i))
/external/dbus/
Dconfigure4195 if (XOR (islower (i), ISLOWER (i))