Searched refs:declen (Results 1 – 1 of 1) sorted by relevance
1174 int declen = dp ? s - dp : 0; in _php_math_number_format_ex_len() local1175 int topad = dec > declen ? dec - declen : 0; in _php_math_number_format_ex_len()1183 s -= declen + 1; /* +1 to skip the point */ in _php_math_number_format_ex_len()1184 t -= declen; in _php_math_number_format_ex_len()1187 memcpy(t + 1, dp + 1, declen); in _php_math_number_format_ex_len()
Completed in 8 milliseconds