Home
last modified time | relevance | path

Searched defs: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
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
/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
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c120 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
122 #define LCONV_DECIMAL_POINT '.' macro

Completed in 13 milliseconds