Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_format.c35 static void internal_format(IntlDateFormatter_object *dfo, UDate timestamp, zval *return_value TSRM… in internal_format()
62 static double internal_get_arr_ele(IntlDateFormatter_object *dfo, HashTable* hash_arr, char* key_na… in internal_get_arr_ele()
83 static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, HashTable* hash_arr TSRMLS_DC) in internal_get_timestamp()
H A Ddateformat_parse.c37 static void internal_parse_to_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t… in internal_parse_to_timestamp()
65 static void add_to_localtime_arr( IntlDateFormatter_object *dfo, zval* return_value, UCalendar pars… in add_to_localtime_arr()
84 static void internal_parse_to_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t… in internal_parse_to_localtime()
H A Ddateformat_class.c45 IntlDateFormatter_object* dfo = (IntlDateFormatter_object*)object; in IntlDateFormatter_object_free() local
91 IntlDateFormatter_object *dfo, *new_dfo; in IntlDateFormatter_object_clone() local
H A Ddateformat_class.h50 #define DATE_FORMAT_OBJECT(dfo) (dfo)->datef_data.udatf argument
H A Ddateformat.c88 IntlDateFormatter_object* dfo; in datefmt_ctor() local
H A Ddateformat_attr.c30 static void internal_set_calendar(IntlDateFormatter_object *dfo, char* timezone_id, int timezone_id… in internal_set_calendar()

Completed in 12 milliseconds