Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/libmbfl/filters/
H A Dunicode_table_koi8r.h29 static const unsigned short koi8r_ucs_table[] = { variable
48 static const int koi8r_ucs_table_len = (sizeof (koi8r_ucs_table) / sizeof (unsigned short));
49 static const int koi8r_ucs_table_max = 0x80 + (sizeof (koi8r_ucs_table) / sizeof (unsigned short));
H A Dmbfilter_koi8r.c89 s = koi8r_ucs_table[c - koi8r_ucs_table_min]; in mbfl_filt_conv_koi8r_wchar()
120 if (c == koi8r_ucs_table[n]) { in mbfl_filt_conv_wchar_koi8r()

Completed in 19 milliseconds