Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_multibyte.c70 static zend_multibyte_functions multibyte_functions = { variable
111 multibyte_functions = *functions; in zend_multibyte_set_functions()
125 return multibyte_functions.provider_name ? &multibyte_functions: NULL; in zend_multibyte_get_functions()
130 return multibyte_functions.encoding_fetcher(name TSRMLS_CC); in zend_multibyte_fetch_encoding()
135 return multibyte_functions.encoding_name_getter(encoding); in zend_multibyte_get_encoding_name()
140 return multibyte_functions.lexer_compatibility_checker(encoding); in zend_multibyte_check_lexer_compatibility()
145 return multibyte_functions.encoding_detector(string, length, list, list_size TSRMLS_CC); in zend_multibyte_encoding_detector()
150 …return multibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encod… in zend_multibyte_encoding_converter()
155 …return multibyte_functions.encoding_list_parser(encoding_list, encoding_list_len, return_list, ret… in zend_multibyte_parse_encoding_list()
160 return multibyte_functions.internal_encoding_getter(TSRMLS_C); in zend_multibyte_get_internal_encoding()
[all …]

Completed in 4 milliseconds