Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_compile.c379 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };
396 CHAR_X, CHAR_a, CHAR_n, CHAR_RIGHT_CURLY_BRACKET, '\0' };
1034 else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {} in check_escape()
1071 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1074 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1321 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1324 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1360 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
1363 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */ in check_escape()
1405 if (cc >= CHAR_a) cc -= 32; /* Convert to upper case */ in check_escape()
[all …]
Dpcre_internal.h1319 #define CHAR_a 'a' macro
1582 #define CHAR_a '\141' macro