Home
last modified time | relevance | path

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

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_compile.c799 else if (c < CHAR_0 || c > CHAR_z) {} in check_escape()
844 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1056 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1083 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1124 if (cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1148 if (c >= CHAR_a && c <= CHAR_z) c -= 32; in check_escape()
1151 if (c >= CHAR_a && c <= CHAR_z) c += 64; in check_escape()
H A Dpcre_internal.h1391 #define CHAR_z 'z' macro
1649 #define CHAR_z '\172' macro

Completed in 31 milliseconds