Home
last modified time | relevance | path

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

/PHP-8.0/ext/mbstring/
H A Dphp_unicode.c252 (next_filter->filter_function)(*++p, next_filter); in php_unicode_tolower_full()
255 (next_filter->filter_function)(code, next_filter); in php_unicode_tolower_full()
266 (next_filter->filter_function)(*++p, next_filter); in php_unicode_toupper_full()
269 (next_filter->filter_function)(code, next_filter); in php_unicode_toupper_full()
280 (next_filter->filter_function)(*++p, next_filter); in php_unicode_totitle_full()
283 (next_filter->filter_function)(code, next_filter); in php_unicode_totitle_full()
294 (next_filter->filter_function)(*++p, next_filter); in php_unicode_tofold_full()
297 (next_filter->filter_function)(code, next_filter); in php_unicode_tofold_full()
316 (*data->next_filter->filter_function)(c, data->next_filter); in convert_case_filter()
323 (data->next_filter->filter_function)(code, data->next_filter); in convert_case_filter()
[all …]
H A Dmbstring.c1668 mbfl_convert_filter *next_filter; /* widechar to encoding converter */ member
1676 (*params->next_filter->filter_function)(c, params->next_filter); /* decoder filter */ in mbfl_split_output()
1679 …mbfl_convert_filter_flush(params->next_filter);/* concatenate separate decoded chars to the solid … in mbfl_split_output()
1680 …mbfl_memory_device *device = (mbfl_memory_device *)params->next_filter->data; /* chars container */ in mbfl_split_output()
1783 .next_filter = decoder, in PHP_FUNCTION()
/PHP-8.0/ext/mbstring/libmbfl/filters/
H A Dmbfilter_tl_jisx0201_jisx0208.h75 mbfl_convert_filter *next_filter; member
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c628 mbfl_convert_filter *next_filter; member
895 mbfl_convert_filter *next_filter; member
911 (*pc->next_filter->filter_function)(c, pc->next_filter); in collector_substr()
1034 pc.next_filter = decoder; in mbfl_substr()
1585 mbfl_convert_filter *next_filter = NULL; in mbfl_ja_jp_hantozen() local
1600 next_filter = decoder; in mbfl_ja_jp_hantozen()
1608 (flush_function_t)next_filter->filter_flush, in mbfl_ja_jp_hantozen()
1609 next_filter); in mbfl_ja_jp_hantozen()
1616 next_filter = tl_filter; in mbfl_ja_jp_hantozen()
1622 (flush_function_t)next_filter->filter_flush, in mbfl_ja_jp_hantozen()
[all …]

Completed in 35 milliseconds