Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_format_object.cpp74 timeStyle = DateFormat::kDefault; in PHP_FUNCTION() local
129 timeStyle = (DateFormat::EStyle)Z_LVAL_P(z); in PHP_FUNCTION()
137 dateStyle = timeStyle = (DateFormat::EStyle)Z_LVAL_P(format); in PHP_FUNCTION()
149 if (timeStyle != DateFormat::NONE) { in PHP_FUNCTION()
150 timeStyle = (DateFormat::EStyle)(timeStyle & ~DateFormat::kRelative); in PHP_FUNCTION()
207 df = DateFormat::createDateTimeInstance(dateStyle, timeStyle, in PHP_FUNCTION()

Completed in 7 milliseconds