utf8_table1      2662 ext/pcre/pcrelib/pcre_internal.h extern const int            PRIV(utf8_table1)[];
utf8_table1        73 ext/pcre/pcrelib/pcre_ord2utf8.c   if ((int)cvalue <= PRIV(utf8_table1)[i]) break;
utf8_table1        79 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utf8_table1)[] =
utf8_table1        82 ext/pcre/pcrelib/pcre_tables.c const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int);