Searched refs:lconv (Results 1 – 5 of 5) sorted by relevance
96 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)220 struct lconv *lconv = NULL; in xbuf_format_converter() local611 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()
41 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)609 struct lconv *lconv = NULL; in format_converter() local1001 if (!lconv) { in format_converter()1002 lconv = localeconv(); in format_converter()1058 if (!lconv) { in format_converter()1059 lconv = localeconv(); in format_converter()
30 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)220 struct lconv *lconv; in php_sprintf_appenddouble() local252 lconv = localeconv(); in php_sprintf_appenddouble()276 lconv = localeconv(); in php_sprintf_appenddouble()
117 PHPAPI struct lconv *localeconv_r(struct lconv *out);
152 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()154 struct lconv *res; in localeconv_r()4758 struct lconv currlocdata;
Completed in 28 milliseconds