Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat.c37 MessageFormatter_object* mfo; in msgfmt_ctor()
121 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION()
133 mfo = (MessageFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
149 MessageFormatter_object* mfo = NULL; in PHP_FUNCTION()
161 mfo = (MessageFormatter_object *) zend_object_store_get_object( object TSRMLS_CC ); in PHP_FUNCTION()
H A Dmsgformat_class.c46 MessageFormatter_object* mfo = (MessageFormatter_object*)object; in MessageFormatter_object_free()
60 MessageFormatter_object* intern; in MessageFormatter_object_create()
62 intern = ecalloc( 1, sizeof(MessageFormatter_object) ); in MessageFormatter_object_create()
84 MessageFormatter_object *mfo, *new_mfo; in MessageFormatter_object_clone()
88 …new_mfo = (MessageFormatter_object *)zend_object_store_get_object_by_handle(new_obj_val.handle TSR… in MessageFormatter_object_clone()
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()
100 MessageFormatter_object mf = {0}; in PHP_FUNCTION()
101 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION()
H A Dmsgformat_format.c35 static void msgfmt_do_format(MessageFormatter_object *mfo, zval *args, zval *return_value TSRMLS_DC) in msgfmt_do_format()
108 MessageFormatter_object mf = {0}; in PHP_FUNCTION()
109 MessageFormatter_object *mfo = &mf; in PHP_FUNCTION()
H A Dmsgformat_helpers.h21 void umsg_format_helper(MessageFormatter_object *mfo, HashTable *args,
H A Dmsgformat_class.h32 } MessageFormatter_object; typedef
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()

Completed in 21 milliseconds