Home
last modified time | relevance | path

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

/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp396 Formattable& formattable = fargs[argNum]; in umsg_format_helper() local
465 formattable.adoptString(text); in umsg_format_helper()
472 formattable.setDouble(d); in umsg_format_helper()
500 formattable.setLong(tInt32); in umsg_format_helper()
522 formattable.setInt64(tInt64); in umsg_format_helper()
542 formattable.setDate(dd); in umsg_format_helper()
556 formattable.setDouble(Z_DVAL_P(elem)); in umsg_format_helper()
559 formattable.setInt64((int64_t)Z_LVAL_P(elem)); in umsg_format_helper()
563 formattable.setInt64((int64_t)0); in umsg_format_helper()
566 formattable.setInt64((int64_t)1); in umsg_format_helper()

Completed in 6 milliseconds