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

/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c1022 else if (c < CHAR_0 || c > CHAR_z) {}
1068 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */
1318 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */
1357 if (cc >= CHAR_a && cc <= CHAR_z) cc += 64; /* Convert to upper case */
1402 if (cc <= CHAR_z) cc += 64; /* Convert to upper case */
1428 if (c >= CHAR_a && c <= CHAR_z) c -= 32;
1431 if (c >= CHAR_a && c <= CHAR_z) c += 64;

Completed in 77 milliseconds