Searched refs:CURRENCY (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/ext/intl/tests/ |
H A D | formatter_parse_currency.phpt | 16 $fmt = ut_nfmt_create( "en_US", NumberFormatter::CURRENCY ); 22 $fmt = ut_nfmt_create( "en_US", NumberFormatter::CURRENCY );
|
H A D | formatter_get_set_symbol.phpt | 26 …MBOL' => array( NumberFormatter::CURRENCY_SYMBOL, '_$_', 12345.123456, NumberFormatter::CURRENCY ), 27 … => array( NumberFormatter::INTL_CURRENCY_SYMBOL, '_$_', 12345.123456, NumberFormatter::CURRENCY ), 28 …ray( NumberFormatter::MONETARY_SEPARATOR_SYMBOL, '_MS_', 12345.123456, NumberFormatter::CURRENCY ), 35 …erFormatter::MONETARY_GROUPING_SEPARATOR_SYMBOL, '_MG_', 12345.123456, NumberFormatter::CURRENCY ), 36 …Formatter::MONETARY_GROUPING_SEPARATOR_SYMBOL, " ", 12345.123456, NumberFormatter::CURRENCY ), 37 …Formatter::MONETARY_GROUPING_SEPARATOR_SYMBOL, $longstr, 12345.123456, NumberFormatter::CURRENCY ),
|
H A D | formatter_get_set_symbol2.phpt | 26 …MBOL' => array( NumberFormatter::CURRENCY_SYMBOL, '_$_', 12345.123456, NumberFormatter::CURRENCY ), 27 … => array( NumberFormatter::INTL_CURRENCY_SYMBOL, '_$_', 12345.123456, NumberFormatter::CURRENCY ), 28 …ray( NumberFormatter::MONETARY_SEPARATOR_SYMBOL, '_MS_', 12345.123456, NumberFormatter::CURRENCY ), 35 …erFormatter::MONETARY_GROUPING_SEPARATOR_SYMBOL, '_MG_', 12345.123456, NumberFormatter::CURRENCY ), 36 …Formatter::MONETARY_GROUPING_SEPARATOR_SYMBOL, " ", 12345.123456, NumberFormatter::CURRENCY ), 37 …Formatter::MONETARY_GROUPING_SEPARATOR_SYMBOL, $longstr, 12345.123456, NumberFormatter::CURRENCY ),
|
H A D | formatter_get_error.phpt | 15 $fmt = ut_nfmt_create( "en_US", NumberFormatter::CURRENCY );
|
H A D | formatter_format_currency.phpt | 33 $fmt = ut_nfmt_create( $locale, NumberFormatter::CURRENCY );
|
H A D | formatter_format_currency2.phpt | 33 $fmt = ut_nfmt_create( $locale, NumberFormatter::CURRENCY );
|
H A D | formatter_format.phpt | 23 NumberFormatter::CURRENCY => '',
|
H A D | formatter_format2.phpt | 23 NumberFormatter::CURRENCY => '',
|
H A D | formatter_get_set_text_attribute.phpt | 71 $fmt = ut_nfmt_create( "uk_UA", NumberFormatter::CURRENCY );
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter.c | 50 FORMATTER_EXPOSE_CLASS_CONST( CURRENCY ); in formatter_register_constants()
|
/PHP-5.3/ext/intl/doc/ |
H A D | formatter_api.php | 52 const CURRENCY = 'UNUM_CURRENCY'; define in NumberFormatter
|
Completed in 13 milliseconds