Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/filters/
H A Dunicode_table_cp1252.h34 static const unsigned short cp1252_ucs_table[] = { variable
H A Dmbfilter_singlebyte.c489 static const unsigned short cp1252_ucs_table[] = { variable
503 if (c == cp1252_ucs_table[n]) { in mbfl_filt_conv_wchar_cp1252()
521 s = coalesce(cp1252_ucs_table[c - 0x80], MBFL_BAD_INPUT); in mbfl_filt_conv_cp1252_wchar()
538 *out++ = coalesce(cp1252_ucs_table[c - 0x80], MBFL_BAD_INPUT); in mb_cp1252_to_wchar()
560 if (w == cp1252_ucs_table[i]) { in mb_wchar_to_cp1252()

Completed in 9 milliseconds