CHAR_z            785 pcre/pcrelib/pcre_compile.c else if (c < CHAR_0 || c > CHAR_z) {}
CHAR_z            829 pcre/pcrelib/pcre_compile.c           if (cc >= CHAR_a && cc <= CHAR_z) cc += 64;  /* Convert to upper case */
CHAR_z           1039 pcre/pcrelib/pcre_compile.c           if (cc >= CHAR_a && cc <= CHAR_z) cc += 64;  /* Convert to upper case */
CHAR_z           1061 pcre/pcrelib/pcre_compile.c         if (cc >= CHAR_a && cc <= CHAR_z) cc += 64;  /* Convert to upper case */
CHAR_z           1102 pcre/pcrelib/pcre_compile.c       if (cc <= CHAR_z) cc += 64;              /* Convert to upper case */
CHAR_z           1126 pcre/pcrelib/pcre_compile.c     if (c >= CHAR_a && c <= CHAR_z) c -= 32;
CHAR_z           1129 pcre/pcrelib/pcre_compile.c     if (c >= CHAR_a && c <= CHAR_z) c += 64;