Home
last modified time | relevance | path

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

/PHP-5.5/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 int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, in internal_get_arr_ele()
101 static UDate internal_get_timestamp(IntlDateFormatter_object *dfo, 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, const UCalenda… 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.c47 IntlDateFormatter_object* dfo = (IntlDateFormatter_object*)object; in IntlDateFormatter_object_free() local
93 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_create.cpp59 IntlDateFormatter_object* dfo; in datefmt_ctor() local
H A Ddateformat_attrcpp.cpp36 static inline DateFormat *fetch_datefmt(IntlDateFormatter_object *dfo) { in fetch_datefmt()

Completed in 11 milliseconds