multibyte_functions   70 Zend/zend_multibyte.c static zend_multibyte_functions multibyte_functions = {
multibyte_functions  111 Zend/zend_multibyte.c 	multibyte_functions = *functions;
multibyte_functions  125 Zend/zend_multibyte.c 	return multibyte_functions.provider_name ? &multibyte_functions: NULL;
multibyte_functions  130 Zend/zend_multibyte.c 	return multibyte_functions.encoding_fetcher(name);
multibyte_functions  135 Zend/zend_multibyte.c 	return multibyte_functions.encoding_name_getter(encoding);
multibyte_functions  140 Zend/zend_multibyte.c 	return multibyte_functions.lexer_compatibility_checker(encoding);
multibyte_functions  145 Zend/zend_multibyte.c 	return multibyte_functions.encoding_detector(string, length, list, list_size);
multibyte_functions  150 Zend/zend_multibyte.c 	return multibyte_functions.encoding_converter(to, to_length, from, from_length, encoding_to, encoding_from);
multibyte_functions  155 Zend/zend_multibyte.c 	return multibyte_functions.encoding_list_parser(encoding_list, encoding_list_len, return_list, return_size, persistent);
multibyte_functions  160 Zend/zend_multibyte.c 	return multibyte_functions.internal_encoding_getter();
multibyte_functions  180 Zend/zend_multibyte.c 	return multibyte_functions.internal_encoding_setter(encoding);