Searched defs:thousandSep (Results 1 – 2 of 2) sorted by relevance
197 public function setNumberFormat($decimal, $decimalPoint, $thousandSep)683 …public function formatNumber($number, $decimal = null, $decimalPoint = null, $thousandSep = null):…
119 …ormat_filter(Environment $env, $number, $decimal = null, $decimalPoint = null, $thousandSep = null)