Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp479 int32_t tInt32 = 0; in umsg_format_helper() local
488 tInt32 = (int32_t)Z_DVAL_P(elem); in umsg_format_helper()
497 tInt32 = (int32_t)Z_LVAL_P(elem); in umsg_format_helper()
500 tInt32 = (int32_t)zval_get_long(elem); in umsg_format_helper()
502 formattable.setLong(tInt32); in umsg_format_helper()

Completed in 7 milliseconds