Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c1026 else if (c < CHAR_0 || c > CHAR_z) {} in check_escape()
1072 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1322 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1361 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1406 if (cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1432 if (c >= CHAR_a && c <= CHAR_z) c -= 32; in check_escape()
1435 if (c >= CHAR_a && c <= CHAR_z) c += 64; in check_escape()
H A Dpcre_internal.h1344 #define CHAR_z 'z' macro
1607 #define CHAR_z '\172' macro

Completed in 32 milliseconds