Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_ord2utf.c88 if ((int)cvalue <= PRIV(utf8_table1)[i]) break; in PRIV()
Dpcre2_tables.c100 const int PRIV(utf8_table1)[] = variable
103 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int);
Dpcre2_internal.h1809 extern const int PRIV(utf8_table1)[];
Dpcre2test.c2814 if (d <= (uint32_t)utf8_table1[j]) break; in utf82ord()
3023 if (cvalue <= (uint32_t)utf8_table1[i]) break; in ord2utf8()