Searched refs:ebcdic_chartab (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_compile.c666 static const pcre_uint8 ebcdic_chartab[] = { /* chartable partial dup */ variable
1034 else if (c < CHAR_a || (!MAX_255(c) || (ebcdic_chartab[c] & 0x0E) == 0)) {}

Completed in 208 milliseconds