Home
last modified time | relevance | path

Searched refs:mbfl_eaw_table (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h4 } mbfl_eaw_table[] = { variable
H A DMakefile.am39 $(AWK) -v TABLE_NAME=mbfl_eaw_table -f mk_eaw_tbl.awk EastAsianWidth.txt > $@
H A Dmbfilter.c1757 if (c < mbfl_eaw_table[0].begin) { in is_fullwidth()
1761 for (i = 0; i < sizeof(mbfl_eaw_table) / sizeof(mbfl_eaw_table[0]); i++) { in is_fullwidth()
1762 if (mbfl_eaw_table[i].begin <= c && c <= mbfl_eaw_table[i].end) { in is_fullwidth()

Completed in 15 milliseconds