Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ord2utf.c87 for (i = 0; i < PRIV(utf8_table1_size); i++) in PRIV()
Dpcre2_tables.c103 const int PRIV(utf8_table1_size) = sizeof(PRIV(utf8_table1)) / sizeof(int);
Dpcre2grep.c503 const int utf8_table1_size = sizeof(utf8_table1) / sizeof(int); variable
565 for (i = 0; i < utf8_table1_size; i++) in ord2utf8()
Dpcre2_internal.h1904 extern const int PRIV(utf8_table1_size);
Dpcre2test.c2916 for (j = 0; j < utf8_table1_size; j++) in utf82ord()
3127 for (i = 0; i < utf8_table1_size; i++) in ord2utf8()