Home
last modified time | relevance | path

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

/php-src/main/
H A Dspprintf.c93 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
95 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
598 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in xbuf_format_converter()
654 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in xbuf_format_converter()
H A Dsnprintf.c37 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
39 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
887 (*fmt == 'f')?LCONV_DECIMAL_POINT:'.', in format_converter()
944 …s = zend_gcvt(fp_num, precision, (*fmt=='H' || *fmt == 'k') ? '.' : LCONV_DECIMAL_POINT, (*fmt == … in format_converter()
/php-src/ext/standard/
H A Dformatted_print.c27 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
29 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
269 (fmt == 'f')?LCONV_DECIMAL_POINT:'.', in php_sprintf_appenddouble()
297 decimal_point = LCONV_DECIMAL_POINT; in php_sprintf_appenddouble()

Completed in 21 milliseconds