Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_format_object.cpp78 timeStyle = DateFormat::kDefault; in PHP_FUNCTION() local
133 timeStyle = (DateFormat::EStyle)Z_LVAL_P(z); in PHP_FUNCTION()
141 dateStyle = timeStyle = (DateFormat::EStyle)Z_LVAL_P(format); in PHP_FUNCTION()
155 if (timeStyle != DateFormat::NONE) { in PHP_FUNCTION()
156 timeStyle = (DateFormat::EStyle)(timeStyle & ~DateFormat::kRelative); in PHP_FUNCTION()
213 df = DateFormat::createDateTimeInstance(dateStyle, timeStyle, in PHP_FUNCTION()

Completed in 4 milliseconds