Home
last modified time | relevance | path

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

/PHP-8.1/ext/mbstring/
H A Dphp_unicode.c235 (next_filter->filter_function)(*++p, next_filter); in php_unicode_tolower_full()
238 (next_filter->filter_function)(code, next_filter); in php_unicode_tolower_full()
249 (next_filter->filter_function)(*++p, next_filter); in php_unicode_toupper_full()
252 (next_filter->filter_function)(code, next_filter); in php_unicode_toupper_full()
263 (next_filter->filter_function)(*++p, next_filter); in php_unicode_totitle_full()
266 (next_filter->filter_function)(code, next_filter); in php_unicode_totitle_full()
277 (next_filter->filter_function)(*++p, next_filter); in php_unicode_tofold_full()
280 (next_filter->filter_function)(code, next_filter); in php_unicode_tofold_full()
299 (*data->next_filter->filter_function)(c, data->next_filter); in convert_case_filter()
306 (data->next_filter->filter_function)(code, data->next_filter); in convert_case_filter()
[all …]
H A Dmbstring.c1659 mbfl_convert_filter *next_filter; /* widechar to encoding converter */ member
1667 (*params->next_filter->filter_function)(c, params->next_filter); /* decoder filter */ in mbfl_split_output()
1670 …mbfl_convert_filter_flush(params->next_filter);/* concatenate separate decoded chars to the solid … in mbfl_split_output()
1671 …mbfl_memory_device *device = (mbfl_memory_device *)params->next_filter->data; /* chars container */ in mbfl_split_output()
1774 .next_filter = decoder, in PHP_FUNCTION()
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c579 mbfl_convert_filter *next_filter; member
846 mbfl_convert_filter *next_filter; member
862 (*pc->next_filter->filter_function)(c, pc->next_filter); in collector_substr()
985 pc.next_filter = decoder; in mbfl_substr()
1533 mbfl_convert_filter *next_filter = NULL; in mbfl_ja_jp_hantozen() local
1547 next_filter = decoder; in mbfl_ja_jp_hantozen()
1552 (flush_function_t)next_filter->filter_flush, in mbfl_ja_jp_hantozen()
1553 next_filter); in mbfl_ja_jp_hantozen()
1559 next_filter = tl_filter; in mbfl_ja_jp_hantozen()
1565 (flush_function_t)next_filter->filter_flush, in mbfl_ja_jp_hantozen()
[all …]

Completed in 24 milliseconds