Searched refs:ISLOWER (Results 1 – 18 of 18) sorted by relevance
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
D | configure | 875 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/ |
D | gstrfuncs.c | 701 #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/ |
D | regex.c | 200 #define ISLOWER(c) (IN_CTYPE_DOMAIN (c) && islower (c)) macro 2099 || (is_lower && ISLOWER (ch))
|
/external/clearsilver/autom4te.cache/ |
D | output.0 | 3066 # 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/ |
D | configure | 4574 if (XOR (islower (i), ISLOWER (i)) 5864 if (XOR (islower (i), ISLOWER (i))
|
/external/genext2fs/ |
D | configure | 4129 if (XOR (islower (i), ISLOWER (i))
|
/external/clearsilver/ |
D | configure | 3222 if (XOR (islower (i), ISLOWER (i))
|
/external/grub/ |
D | configure | 5166 if (XOR (islower (i), ISLOWER (i))
|
/external/libpcap/ |
D | configure | 3970 if (XOR (islower (i), ISLOWER (i))
|
/external/dropbear/ |
D | configure | 3636 if (XOR (islower (i), ISLOWER (i)) 4970 if (XOR (islower (i), ISLOWER (i))
|
/external/expat/ |
D | configure | 4349 if (XOR (islower (i), ISLOWER (i)) 19542 if (XOR (islower (i), ISLOWER (i))
|
/external/icu4c/ |
D | configure | 4926 if (XOR (islower (i), ISLOWER (i))
|
/external/libffi/ |
D | configure | 5234 if (XOR (islower (i), ISLOWER (i)) 20800 if (XOR (islower (i), ISLOWER (i))
|
/external/strace/ |
D | configure | 3882 if (XOR (islower (i), ISLOWER (i))
|
/external/tcpdump/ |
D | configure | 3716 if (XOR (islower (i), ISLOWER (i))
|
/external/e2fsprogs/ |
D | configure | 3484 if (XOR (islower (i), ISLOWER (i))
|
/external/bison/ |
D | configure | 3312 if (XOR (islower (i), ISLOWER (i))
|
/external/dbus/ |
D | configure | 4195 if (XOR (islower (i), ISLOWER (i))
|