Home
last modified time | relevance | path

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

/PHP-7.2/ext/intl/formatter/
H A Dformatter_format.h27 #define FORMAT_TYPE_INT64 2 macro
H A Dformatter_format.c63 type = (sizeof(zend_long) == 8)?FORMAT_TYPE_INT64:FORMAT_TYPE_INT32; in PHP_FUNCTION()
92 case FORMAT_TYPE_INT64: in PHP_FUNCTION()
H A Dformatter.c135 FORMATTER_EXPOSE_CUSTOM_CLASS_CONST( "TYPE_INT64", FORMAT_TYPE_INT64 ); in formatter_register_constants()
H A Dformatter_parse.c88 case FORMAT_TYPE_INT64: in PHP_FUNCTION()

Completed in 7 milliseconds