Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp68 int64_t tInt64 = 0; in umsg_format_helper() local
88 tInt64 = (int64_t)Z_DVAL_P(args[i]); in umsg_format_helper()
90 tInt64 = (int64_t)Z_LVAL_P(args[i]); in umsg_format_helper()
94 tInt64 = (Z_TYPE_P(args[i]) == IS_DOUBLE)?(int64_t)Z_DVAL_P(args[i]):Z_LVAL_P(args[i]); in umsg_format_helper()
96 fargs[i].setInt64(tInt64); in umsg_format_helper()

Completed in 5 milliseconds