Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/tests/
H A Dformatter_format_conv.phpt13 $str_res = ut_nfmt_format ($fmt, $number, NumberFormatter::TYPE_INT32)."\n";
H A Dbug59597_32.phpt11 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
H A Dbug59597_64.phpt11 $value = $formatter->parse('2147483647', \NumberFormatter::TYPE_INT32);
H A Dformatter_parse.phpt23 $res_str .= ut_nfmt_parse( $fmt, "1.23", NumberFormatter::TYPE_INT32 ) . "\n";
H A Dformatter_format2.phpt60 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
H A Dformatter_format3.phpt61 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
H A Dformatter_format4.phpt61 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
H A Dformatter_format5.phpt61 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
H A Dformatter_format6.phpt61 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
H A Dformatter_format7.phpt61 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
H A Dformatter_format8.phpt60 …sset($integer[$style])?ut_nfmt_format( $fmt, $number, NumberFormatter::TYPE_INT32):ut_nfmt_format(…
/PHP-8.2/ext/intl/formatter/
H A Dformatter.stub.php382 public const TYPE_INT32 = UNKNOWN; define in NumberFormatter

Completed in 27 milliseconds