Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/libmbfl/filters/
H A Dunicode_table_koi8u.h29 static const unsigned short koi8u_ucs_table[] = { variable
160 static const int koi8u_ucs_table_len = (sizeof (koi8u_ucs_table) / sizeof (unsigned short));
161 static const int koi8u_ucs_table_max = 0x80 + (sizeof (koi8u_ucs_table) / sizeof (unsigned short));
H A Dmbfilter_koi8u.c88 s = koi8u_ucs_table[c - koi8u_ucs_table_min]; in mbfl_filt_conv_koi8u_wchar()
119 if (c == koi8u_ucs_table[n]) { in mbfl_filt_conv_wchar_koi8u()

Completed in 8 milliseconds