Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1753 static int is_fullwidth(int c) in is_fullwidth() function
1773 (*(int *)data) += (is_fullwidth(c) ? 2: 1); in filter_count_width()
1838 pc->outwidth += (is_fullwidth(c) ? 2: 1); in collector_strimwidth()

Completed in 14 milliseconds