Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dcurl_ctype.h47 #define ISLOWER(x) (islower((int) ((unsigned char)x))) macro
72 #define ISLOWER(x) (Curl_islower((int) ((unsigned char)x))) macro
Dcurl_fnmatch.c95 if(ISLOWER(c)) in parsekeyword()
142 if(ISLOWER(c)) in charclass()
333 found = ISLOWER(*s); in loop()
/external/python/cpython2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) macro
/external/libevent/
Devutil.c2308 IMPL_CTYPE_FN(ISLOWER) in IMPL_CTYPE_FN()
/external/iputils/ninfod/
Dconfigure3461 if (XOR (islower (i), ISLOWER (i))
/external/fec/
Dconfigure2687 if (XOR (islower (i), ISLOWER (i))
/external/ltp/utils/ffsb-6.0-rc2/
Dconfigure4862 if (XOR (islower (i), ISLOWER (i))
/external/iperf3/
Dconfigure7781 if (XOR (islower (i), ISLOWER (i))
12243 if (XOR (islower (i), ISLOWER (i))
/external/lmfit/
Dconfigure7314 if (XOR (islower (i), ISLOWER (i))
11673 if (XOR (islower (i), ISLOWER (i))
/external/libcap-ng/libcap-ng-0.7/
Dconfigure7254 if (XOR (islower (i), ISLOWER (i))
12127 if (XOR (islower (i), ISLOWER (i))
/external/libogg/
Dconfigure6670 if (XOR (islower (i), ISLOWER (i))
11293 if (XOR (islower (i), ISLOWER (i))
/external/python/cpython2/
Dconfigure5149 if (XOR (islower (i), ISLOWER (i))
7063 if (XOR (islower (i), ISLOWER (i))
/external/pcre/dist2/
Dconfigure4565 if (XOR (islower (i), ISLOWER (i))
13553 if (XOR (islower (i), ISLOWER (i))
/external/stressapptest/
Dconfigure4912 if (XOR (islower (i), ISLOWER (i))
/external/google-breakpad/
Dconfigure5765 if (XOR (islower (i), ISLOWER (i))
/external/tcpdump/
Dconfigure4154 if (XOR (islower (i), ISLOWER (i))
/external/python/cpython3/
Dconfigure5558 if (XOR (islower (i), ISLOWER (i))
7925 if (XOR (islower (i), ISLOWER (i))
/external/icu/icu4c/source/
Dconfigure4676 if (XOR (islower (i), ISLOWER (i))
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfigure8657 if (XOR (islower (i), ISLOWER (i))
17780 if (XOR (islower (i), ISLOWER (i))
/external/libpcap/
Dconfigure4816 if (XOR (islower (i), ISLOWER (i))
/external/libxkbcommon/xkbcommon/build-aux/
Doutput.14384 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4385 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4387 # define ISLOWER(c) \
4391 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4400 if (XOR (islower (i), ISLOWER (i))
Doutput.24384 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4385 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4387 # define ISLOWER(c) \
4391 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4400 if (XOR (islower (i), ISLOWER (i))
Doutput.04384 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4385 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4387 # define ISLOWER(c) \
4391 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4400 if (XOR (islower (i), ISLOWER (i))
/external/cmockery/cmockery_0_1_2/
Dconfigure4691 if (XOR (islower (i), ISLOWER (i))
18716 if (XOR (islower (i), ISLOWER (i))
/external/libnfnetlink/
Dconfigure7391 if (XOR (islower (i), ISLOWER (i))

12