Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/main/
H A Dspprintf.c96 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
220 struct lconv *lconv = NULL; in xbuf_format_converter() local
611 if (!lconv) { in xbuf_format_converter()
612 lconv = localeconv(); in xbuf_format_converter()
667 if (!lconv) { in xbuf_format_converter()
668 lconv = localeconv(); in xbuf_format_converter()
H A Dsnprintf.c41 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
609 struct lconv *lconv = NULL; in format_converter() local
1001 if (!lconv) { in format_converter()
1002 lconv = localeconv(); in format_converter()
1058 if (!lconv) { in format_converter()
1059 lconv = localeconv(); in format_converter()
/PHP-5.3/ext/standard/
H A Dformatted_print.c30 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
220 struct lconv *lconv; in php_sprintf_appenddouble() local
252 lconv = localeconv(); in php_sprintf_appenddouble()
276 lconv = localeconv(); in php_sprintf_appenddouble()
H A Dphp_string.h117 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dstring.c152 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
154 struct lconv *res; in localeconv_r()
4758 struct lconv currlocdata;

Completed in 38 milliseconds