Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c37 MessageFormatter_object* mfo; in msgfmt_ctor() local
121 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION() local
149 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION() local
H A Dmsgformat_class.c46 MessageFormatter_object* mfo = (MessageFormatter_object*)object; in MessageFormatter_object_free() local
84 MessageFormatter_object *mfo, *new_mfo; in MessageFormatter_object_clone() local
H A Dmsgformat_format.c35 static void msgfmt_do_format(MessageFormatter_object *mfo, zval *args, zval *return_value TSRMLS_DC) in msgfmt_do_format()
109 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION() local
H A Dmsgformat_parse.c31 static void msgfmt_do_parse(MessageFormatter_object *mfo, char *source, int src_len, zval *return_v… in msgfmt_do_parse()
101 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION() local
H A Dmsgformat_helpers.cpp86 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()
295 static HashTable *umsg_get_types(MessageFormatter_object *mfo, in umsg_get_types()
315 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_class.h49 #define MSG_FORMAT_OBJECT(mfo) (mfo)->mf_data.umsgf argument

Completed in 14 milliseconds