Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dspprintf.c96 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
98 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
101 #define LCONV_DECIMAL_POINT '.' macro
647 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter()
705 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in xbuf_format_converter()
H A Dsnprintf.c41 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
43 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
46 #define LCONV_DECIMAL_POINT '.' macro
1040 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
1099 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()
/PHP-7.3/ext/standard/
H A Dformatted_print.c30 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
32 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
35 #define LCONV_DECIMAL_POINT '.' macro
260 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
287 s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); in php_sprintf_appenddouble()
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c120 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
122 #define LCONV_DECIMAL_POINT '.' macro
631 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
686 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()

Completed in 19 milliseconds