Searched refs:locale_tables (Results 1 – 1 of 1) sorted by relevance
214 #define PRINTOK(c) ((locale_tables != NULL)? isprint(c) : PRINTABLE(c))825 static const uint8_t *locale_tables = NULL; variable4704 if (locale_tables != NULL) free((void *)locale_tables); in process_pattern()4705 PCRE2_MAKETABLES(locale_tables); in process_pattern()4707 use_tables = locale_tables; in process_pattern()7665 free((void *)locale_tables);