Searched refs:ISLOWER (Results 1 - 25 of 32) sorted by relevance

12

/external/valgrind/coregrind/m_demangle/
H A Dsafe-ctype.h95 #define ISLOWER(c) _sch_test(c, _sch_islower) macro
H A Dcplus-dem.c677 && ISLOWER((unsigned char)opname[2])
678 && ISLOWER((unsigned char)opname[3]))
910 if (!ISLOWER (mangled[0]))
926 if (ISLOWER (*p))
931 while (ISLOWER(*p) || ISDIGIT (*p)
932 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1]))));
4713 && ISLOWER((unsigned char)declp->b[2])
4714 && ISLOWER((unsigned char)declp->b[3]))
/external/iputils/ninfod/
H A Dconfigure3445 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3446 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3448 # define ISLOWER(c) \
3452 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3461 if (XOR (islower (i), ISLOWER (i))
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure7238 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7239 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7241 # define ISLOWER(c) \
7245 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7254 if (XOR (islower (i), ISLOWER (i))
12111 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12112 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12114 # define ISLOWER(c) \
12118 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12127 if (XOR (islower (i), ISLOWER (
[all...]
/external/libpng/
H A Dconfigure7670 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7671 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7673 # define ISLOWER(c) \
7677 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7686 if (XOR (islower (i), ISLOWER (i))
12176 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12177 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12179 # define ISLOWER(c) \
12183 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12192 if (XOR (islower (i), ISLOWER (
[all...]
/external/google-breakpad/
H A Dconfigure5749 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5750 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5752 # define ISLOWER(c) \
5756 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5765 if (XOR (islower (i), ISLOWER (i))
/external/liblzf/
H A Dconfigure4637 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4638 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4640 # define ISLOWER(c) \
4644 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4653 if (XOR (islower (i), ISLOWER (i))
/external/marisa-trie/
H A Dconfigure4575 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4576 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4578 # define ISLOWER(c) \
4582 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4591 if (XOR (islower (i), ISLOWER (i))
/external/elfutils/src/
H A Dconfigure6327 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6328 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6330 # define ISLOWER(c) \
6334 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6343 if (XOR (islower (i), ISLOWER (i))
/external/icu/icu4c/source/
H A Dconfigure4559 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4560 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4562 # define ISLOWER(c) \
4566 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4575 if (XOR (islower (i), ISLOWER (i))
/external/libpcap/
H A Dconfigure4126 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4127 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4129 # define ISLOWER(c) \
4133 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4142 if (XOR (islower (i), ISLOWER (i))
/external/srtp/
H A Dconfigure3204 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3205 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3207 # define ISLOWER(c) \
3211 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3220 if (XOR (islower (i), ISLOWER (i))
/external/tcpdump/
H A Dconfigure4120 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4121 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4123 # define ISLOWER(c) \
4127 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4136 if (XOR (islower (i), ISLOWER (i))
/external/cmockery/cmockery_0_1_2/
H A Dconfigure4675 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4676 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4678 # define ISLOWER(c) \
4682 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4691 if (XOR (islower (i), ISLOWER (i))
18700 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
18701 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
18703 # define ISLOWER(c) \
18707 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
18716 if (XOR (islower (i), ISLOWER (
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dconfigure7704 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7705 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7707 # define ISLOWER(c) \
7711 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7720 if (XOR (islower (i), ISLOWER (i))
14934 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14935 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14937 # define ISLOWER(c) \
14941 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14950 if (XOR (islower (i), ISLOWER (
[all...]
/external/libmtp/
H A Dconfigure7154 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7155 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7157 # define ISLOWER(c) \
7161 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7170 if (XOR (islower (i), ISLOWER (i))
12816 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12817 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12819 # define ISLOWER(c) \
12823 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12832 if (XOR (islower (i), ISLOWER (
[all...]
/external/libogg/
H A Dconfigure6654 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6655 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6657 # define ISLOWER(c) \
6661 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6670 if (XOR (islower (i), ISLOWER (i))
11277 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11278 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11280 # define ISLOWER(c) \
11284 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11293 if (XOR (islower (i), ISLOWER (
[all...]
/external/libvncserver/
H A Dconfigure5885 # 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 (
[all...]
/external/pcre/dist/
H A Dconfigure6149 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6150 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6152 # define ISLOWER(c) \
6156 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6165 if (XOR (islower (i), ISLOWER (i))
17523 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
17524 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
17526 # define ISLOWER(c) \
17530 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
17539 if (XOR (islower (i), ISLOWER (
[all...]
/external/protobuf/
H A Dconfigure5024 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5025 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5027 # define ISLOWER(c) \
5031 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5040 if (XOR (islower (i), ISLOWER (i))
15724 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
15725 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
15727 # define ISLOWER(c) \
15731 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
15740 if (XOR (islower (i), ISLOWER (
[all...]
/external/e2fsprogs/
H A Dconfigure6398 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6399 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6401 # define ISLOWER(c) \
6405 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6414 if (XOR (islower (i), ISLOWER (i))
/external/libedit/
H A Dconfigure3522 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3523 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3525 # define ISLOWER(c) \
3529 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3538 if (XOR (islower (i), ISLOWER (i))
12497 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12498 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12500 # define ISLOWER(c) \
12504 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12513 if (XOR (islower (i), ISLOWER (
[all...]
/external/libexif/
H A Dconfigure7368 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7369 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7371 # define ISLOWER(c) \
7375 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7384 if (XOR (islower (i), ISLOWER (i))
/external/libopus/
H A Dconfigure7318 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7319 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7321 # define ISLOWER(c) \
7325 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7334 if (XOR (islower (i), ISLOWER (i))
/external/libusb/
H A Dconfigure6707 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6708 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6710 # define ISLOWER(c) \
6714 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6723 if (XOR (islower (i), ISLOWER (i))

Completed in 2555 milliseconds

12