Home
last modified time | relevance | path

Searched refs:locale_tables (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c214 #define PRINTOK(c) ((locale_tables != NULL)? isprint(c) : PRINTABLE(c))
825 static const uint8_t *locale_tables = NULL; variable
4704 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);