Home
last modified time | relevance | path

Searched refs:udatf (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/intl/dateformat/
H A Ddateformat_data.c28 datef_data->udatf = NULL; in dateformat_data_init()
41 if( datef_data->udatf ) in dateformat_data_free()
42 udat_close( datef_data->udatf ); in dateformat_data_free()
44 datef_data->udatf = NULL; in dateformat_data_free()
H A Ddateformat_class.h47 if (dfo->datef_data.udatf == NULL) \
53 #define DATE_FORMAT_OBJECT(dfo) (dfo)->datef_data.udatf
H A Ddateformat_data.h28 UDateFormat * udatf; member
H A Ddateformat_attrcpp.cpp34 return (DateFormat *)dfo->datef_data.udatf; in fetch_datefmt()

Completed in 10 milliseconds