Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/tests/
H A Dformatter_parse_currency.phpt16 $fmt = ut_nfmt_create( "en_US", NumberFormatter::CURRENCY );
22 $fmt = ut_nfmt_create( "en_US", NumberFormatter::CURRENCY );
H A Dformatter_get_set_symbol.phpt26 …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 Dformatter_get_set_symbol2.phpt26 …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 Dformatter_get_error.phpt15 $fmt = ut_nfmt_create( "en_US", NumberFormatter::CURRENCY );
H A Dformatter_format_currency.phpt33 $fmt = ut_nfmt_create( $locale, NumberFormatter::CURRENCY );
H A Dformatter_format_currency2.phpt33 $fmt = ut_nfmt_create( $locale, NumberFormatter::CURRENCY );
H A Dformatter_format.phpt23 NumberFormatter::CURRENCY => '',
H A Dformatter_format2.phpt23 NumberFormatter::CURRENCY => '',
H A Dformatter_get_set_text_attribute.phpt71 $fmt = ut_nfmt_create( "uk_UA", NumberFormatter::CURRENCY );
/PHP-5.3/ext/intl/formatter/
H A Dformatter.c50 FORMATTER_EXPOSE_CLASS_CONST( CURRENCY ); in formatter_register_constants()
/PHP-5.3/ext/intl/doc/
H A Dformatter_api.php52 const CURRENCY = 'UNUM_CURRENCY'; define in NumberFormatter

Completed in 51 milliseconds