Home
last modified time | relevance | path

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

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_compile.c377 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };
394 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };
1032 else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {} in check_escape()
1069 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1072 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1319 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1322 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1358 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1403 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1432 if (c >= CHAR_a && c <= CHAR_z) c -= 32; in check_escape()
[all …]
H A Dpcre_internal.h1319 #define CHAR_a 'a' macro
1582 #define CHAR_a '\141' macro

Completed in 198 milliseconds