Home
last modified time | relevance | path

Searched defs:mfo (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat.c38 MessageFormatter_object* mfo; in msgfmt_ctor() local
151 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION() local
179 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION() local
H A Dmsgformat_class.c39 MessageFormatter_object* mfo = php_intl_messageformatter_fetch_object(object); in MessageFormatter_object_free() local
66 MessageFormatter_object *mfo, *new_mfo; in MessageFormatter_object_clone() local
H A Dmsgformat_helpers.cpp92 static HashTable *umsg_get_numeric_types(MessageFormatter_object *mfo, in umsg_get_numeric_types()
132 static HashTable *umsg_parse_format(MessageFormatter_object *mfo, in umsg_parse_format()
287 static HashTable *umsg_get_types(MessageFormatter_object *mfo, in umsg_get_types()
297 static void umsg_set_timezone(MessageFormatter_object *mfo, in umsg_set_timezone()
367 U_CFUNC void umsg_format_helper(MessageFormatter_object *mfo, in umsg_format_helper()
H A Dmsgformat_format.c35 static void msgfmt_do_format(MessageFormatter_object *mfo, zval *args, zval *return_value) in msgfmt_do_format()
96 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION() local
H A Dmsgformat_parse.c31 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse()
101 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION() local
H A Dmsgformat_class.h56 #define MSG_FORMAT_OBJECT(mfo) (mfo)->mf_data.umsgf argument

Completed in 19 milliseconds