Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dphp_math.h23 …c, const char *dec_point, size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len);
24 …c, const char *dec_point, size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len);
H A Dmath.c1070 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1117 integral = zend_safe_addmult((integral-1)/3, thousand_sep_len, integral, "number formatting"); in _php_math_number_format_ex()
1172 t -= thousand_sep_len; in _php_math_number_format_ex()
1173 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex()
1188 size_t dec_point_len, const char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_long() argument
1251 reslen = zend_safe_addmult((reslen-1)/3, thousand_sep_len, reslen, "number formatting"); in _php_math_number_format_long()
1291 t -= thousand_sep_len; in _php_math_number_format_long()
1292 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_long()
1312 size_t thousand_sep_len = 0, dec_point_len = 0; in PHP_FUNCTION() local
1319 Z_PARAM_STRING_OR_NULL(thousand_sep, thousand_sep_len) in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds