Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmath.c1097 return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1); in _php_math_number_format()
1101 size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len, in _php_math_number_format_ex_len() argument
1146 if (thousand_sep) { in _php_math_number_format_ex_len()
1201 if (thousand_sep && (++count%3)==0 && s>=tmpbuf) { in _php_math_number_format_ex_len()
1203 memcpy(t + 1, thousand_sep, thousand_sep_len); in _php_math_number_format_ex_len()
1222 size_t dec_point_len, char *thousand_sep, size_t thousand_sep_len) in _php_math_number_format_ex() argument
1225 thousand_sep, thousand_sep_len, NULL); in _php_math_number_format_ex()
1235 char *thousand_sep = NULL, *dec_point = NULL; in PHP_FUNCTION() local
1256 if (thousand_sep == NULL) { in PHP_FUNCTION()
1257 thousand_sep = &thousand_sep_chr; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds