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

/external/pcre/dist/
H A Dpcre_printint.c96 #define PRINTABLE(c) ((c) >= 64 && (c) < 255) macro
98 #define PRINTABLE(c) ((c) >= 32 && (c) < 127) macro
125 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
136 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
172 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
198 if (PRINTABLE(c)) fprintf(f, "%c", (char)c);
227 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c);
690 if (PRINTABLE(i)) fprintf(f, "%c", i);
696 if (PRINTABLE(j)) fprintf(f, "%c", j);
H A Dpcretest.c168 /* The definition of the macro PRINTABLE, which determines whether to print an
175 #define PRINTABLE(c) ((c) >= 64 && (c) < 255) macro
177 #define PRINTABLE(c) ((c) >= 32 && (c) < 127) macro
180 #define PRINTOK(c) (locale_set? isprint(c) : PRINTABLE(c))
H A Dpcre_compile.c9457 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless);
9466 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless);
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 886 milliseconds