Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat.c36 MessageFormatter_object* mfo; in msgfmt_ctor() local
143 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION() local
164 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION() local
H A Dmsgformat_class.c34 MessageFormatter_object* mfo = php_intl_messageformatter_fetch_object(object); in MessageFormatter_object_free() local
61 MessageFormatter_object *mfo, *new_mfo; in MessageFormatter_object_clone() local
H A Dmsgformat_helpers.cpp89 static HashTable *umsg_get_numeric_types(MessageFormatter_object *mfo, in umsg_get_numeric_types()
129 static HashTable *umsg_parse_format(MessageFormatter_object *mfo, in umsg_parse_format()
284 static HashTable *umsg_get_types(MessageFormatter_object *mfo, in umsg_get_types()
294 static void umsg_set_timezone(MessageFormatter_object *mfo, in umsg_set_timezone()
364 U_CFUNC void umsg_format_helper(MessageFormatter_object *mfo, in umsg_format_helper()
H A Dmsgformat_format.c32 static void msgfmt_do_format(MessageFormatter_object *mfo, zval *args, zval *return_value) in msgfmt_do_format()
82 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION() local
H A Dmsgformat_parse.c28 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, size_t src_len, zval *retur… in msgfmt_do_parse()
87 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION() local
H A Dmsgformat_class.h53 #define MSG_FORMAT_OBJECT(mfo) (mfo)->mf_data.umsgf argument

Completed in 15 milliseconds