Home
last modified time | relevance | path

Searched refs:LCONV_DECIMAL_POINT (Results 1 – 3 of 3) sorted by path

/PHP-5.3/ext/standard/
H A Dformatted_print.c30 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
32 #define LCONV_DECIMAL_POINT '.' macro
255 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
278 s = php_gcvt(number, precision, LCONV_DECIMAL_POINT, (fmt == 'G')?'E':'e', &num_buf[1]); in php_sprintf_appenddouble()
/PHP-5.3/main/
H A Dsnprintf.c41 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
43 #define LCONV_DECIMAL_POINT '.' macro
1007 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
1062 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in format_converter()
H A Dspprintf.c96 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
98 #define LCONV_DECIMAL_POINT '.' macro
617 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter()
671 …s = php_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == '… in xbuf_format_converter()

Completed in 15 milliseconds