Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_ord2utf8.c75 if ((int)cvalue <= PRIV(utf8_table1)[i]) break; in PRIV()
Dpcre_tables.c81 const int PRIV(utf8_table1)[] = variable
84 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int);
Dpcre_internal.h2645 extern const int PRIV(utf8_table1)[];
Dpcretest.c1611 if (d <= (pcre_uint32)utf8_table1[j]) break; in utf82ord()
1645 if (cvalue <= (pcre_uint32)utf8_table1[i]) break; in ord2utf8()