Home
last modified time | relevance | path

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

/PHP-8.2/ext/mbstring/libmbfl/mbfl/
H A Deaw_table.h22 } mbfl_eaw_table[] = { variable
/PHP-8.2/ext/mbstring/
H A Dmbstring.c2291 int lo = 0, hi = sizeof(mbfl_eaw_table) / sizeof(mbfl_eaw_table[0]); in character_width()
2294 if (c < mbfl_eaw_table[probe].begin) { in character_width()
2296 } else if (c > mbfl_eaw_table[probe].end) { in character_width()

Completed in 38 milliseconds