Home
last modified time | relevance | path

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

/php-src/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h22 } mbfl_eaw_table[] = { variable
/php-src/ext/mbstring/
H A Dmbstring.c2464 unsigned int lo = 0, hi = sizeof(mbfl_eaw_table) / sizeof(mbfl_eaw_table[0]); in character_width()
2467 if (c < mbfl_eaw_table[probe].begin) { in character_width()
2469 } else if (c > mbfl_eaw_table[probe].end) { in character_width()

Completed in 22 milliseconds