Searched refs:ISLOWER (Results 1 – 25 of 34) sorted by relevance
12
/external/valgrind/coregrind/m_demangle/ |
D | safe-ctype.h | 95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
|
D | cplus-dem.c | 677 && ISLOWER((unsigned char)opname[2]) in cplus_demangle_opname() 678 && ISLOWER((unsigned char)opname[3])) in cplus_demangle_opname() 910 if (!ISLOWER (mangled[0])) in ada_demangle() 926 if (ISLOWER (*p)) in ada_demangle() 931 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle() 932 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle() 4713 && ISLOWER((unsigned char)declp->b[2]) in demangle_function_name() 4714 && ISLOWER((unsigned char)declp->b[3])) in demangle_function_name()
|
/external/iputils/ninfod/ |
D | configure | 3461 if (XOR (islower (i), ISLOWER (i))
|
/external/marisa-trie/ |
D | configure | 4591 if (XOR (islower (i), ISLOWER (i))
|
/external/libpng/ |
D | configure | 7686 if (XOR (islower (i), ISLOWER (i)) 12192 if (XOR (islower (i), ISLOWER (i))
|
/external/libcap-ng/libcap-ng-0.7/ |
D | configure | 7254 if (XOR (islower (i), ISLOWER (i)) 12127 if (XOR (islower (i), ISLOWER (i))
|
/external/libvncserver/autom4te.cache/ |
D | output.0 | 5861 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 5862 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5864 # define ISLOWER(c) \ 5868 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5877 if (XOR (islower (i), ISLOWER (i)) 22561 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 22562 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 22564 # define ISLOWER(c) \ 22568 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 22577 if (XOR (islower (i), ISLOWER (i))
|
D | output.1 | 5885 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 5886 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 5888 # define ISLOWER(c) \ 5892 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 5901 if (XOR (islower (i), ISLOWER (i)) 22845 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 22846 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 22848 # define ISLOWER(c) \ 22852 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 22861 if (XOR (islower (i), ISLOWER (i))
|
/external/google-tv-pairing-protocol/cpp/ |
D | configure | 7720 if (XOR (islower (i), ISLOWER (i)) 14950 if (XOR (islower (i), ISLOWER (i))
|
/external/libogg/ |
D | configure | 6670 if (XOR (islower (i), ISLOWER (i)) 11293 if (XOR (islower (i), ISLOWER (i))
|
/external/google-breakpad/ |
D | configure | 5765 if (XOR (islower (i), ISLOWER (i))
|
/external/liblzf/ |
D | configure | 4653 if (XOR (islower (i), ISLOWER (i))
|
/external/tcpdump/ |
D | configure | 4136 if (XOR (islower (i), ISLOWER (i))
|
/external/libpcap/ |
D | configure | 4142 if (XOR (islower (i), ISLOWER (i))
|
/external/elfutils/src/ |
D | configure | 6343 if (XOR (islower (i), ISLOWER (i))
|
/external/libmtp/ |
D | configure | 7170 if (XOR (islower (i), ISLOWER (i)) 12832 if (XOR (islower (i), ISLOWER (i))
|
/external/protobuf/ |
D | configure | 5040 if (XOR (islower (i), ISLOWER (i)) 15740 if (XOR (islower (i), ISLOWER (i))
|
/external/icu/icu4c/source/ |
D | configure | 4575 if (XOR (islower (i), ISLOWER (i))
|
/external/pcre/dist/ |
D | configure | 6165 if (XOR (islower (i), ISLOWER (i)) 17539 if (XOR (islower (i), ISLOWER (i))
|
/external/srtp/ |
D | configure | 3220 if (XOR (islower (i), ISLOWER (i))
|
/external/libusb/ |
D | configure | 6723 if (XOR (islower (i), ISLOWER (i))
|
/external/cmockery/cmockery_0_1_2/ |
D | configure | 4691 if (XOR (islower (i), ISLOWER (i)) 18716 if (XOR (islower (i), ISLOWER (i))
|
/external/libvncserver/ |
D | configure | 5901 if (XOR (islower (i), ISLOWER (i)) 22861 if (XOR (islower (i), ISLOWER (i))
|
/external/e2fsprogs/ |
D | configure | 6414 if (XOR (islower (i), ISLOWER (i))
|
/external/libedit/ |
D | configure | 3538 if (XOR (islower (i), ISLOWER (i))
|
12