Searched refs:LCONV_DECIMAL_POINT (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/main/ |
H A D | spprintf.c | 98 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro 100 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro 103 #define LCONV_DECIMAL_POINT '.' macro 654 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter() 712 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in xbuf_format_converter()
|
H A D | snprintf.c | 43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro 45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro 48 #define LCONV_DECIMAL_POINT '.' macro 1038 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter() 1097 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()
|
/PHP-7.0/ext/standard/ |
H A D | formatted_print.c | 32 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro 34 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro 37 #define LCONV_DECIMAL_POINT '.' macro 262 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble() 289 s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); in php_sprintf_appenddouble()
|
/PHP-7.0/sapi/phpdbg/ |
H A D | phpdbg_out.c | 120 #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 14 milliseconds