Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dspprintf.c98 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
100 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
103 #define LCONV_DECIMAL_POINT '.' macro
H A Dsnprintf.c43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
48 #define LCONV_DECIMAL_POINT '.' macro
/PHP-5.5/ext/standard/
H A Dformatted_print.c32 #define LCONV_DECIMAL_POINT (*lconv.decimal_point) macro
34 #define LCONV_DECIMAL_POINT (*lconv->decimal_point) macro
37 #define LCONV_DECIMAL_POINT '.' macro

Completed in 31 milliseconds