Home
last modified time | relevance | path

Searched refs:CHAR_z (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c1028 else if (c < CHAR_0 || c > CHAR_z) {} in check_escape()
1074 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1324 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1363 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1408 if (cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1434 if (c >= CHAR_a && c <= CHAR_z) c -= 32; in check_escape()
1437 if (c >= CHAR_a && c <= CHAR_z) c += 64; in check_escape()
H A Dpcre_internal.h1348 #define CHAR_z 'z' macro
1611 #define CHAR_z '\172' macro

Completed in 35 milliseconds