Searched refs:lconv (Results 1 – 7 of 7) sorted by relevance
19 $lconv = localeconv();22 $lconv['decimal_point'],23 $lconv['thousands_sep'],24 $lconv['int_curr_symbol'],25 $lconv['currency_symbol'],26 $lconv['mon_decimal_point'],27 $lconv['mon_thousands_sep']
98 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)100 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)227 struct lconv lconv; in xbuf_format_converter() local229 struct lconv *lconv = NULL; in xbuf_format_converter() local645 localeconv_r(&lconv); in xbuf_format_converter()647 if (!lconv) { in xbuf_format_converter()648 lconv = localeconv(); in xbuf_format_converter()705 localeconv_r(&lconv); in xbuf_format_converter()707 if (!lconv) { in xbuf_format_converter()708 lconv = localeconv(); in xbuf_format_converter()
43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)616 struct lconv lconv; in format_converter() local618 struct lconv *lconv = NULL; in format_converter() local1029 localeconv_r(&lconv); in format_converter()1031 if (!lconv) { in format_converter()1032 lconv = localeconv(); in format_converter()1090 localeconv_r(&lconv); in format_converter()1092 if (!lconv) { in format_converter()1093 lconv = localeconv(); in format_converter()
32 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)34 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)220 struct lconv lconv; in php_sprintf_appenddouble() local222 struct lconv *lconv; in php_sprintf_appenddouble() local256 localeconv_r(&lconv); in php_sprintf_appenddouble()258 lconv = localeconv(); in php_sprintf_appenddouble()284 localeconv_r(&lconv); in php_sprintf_appenddouble()286 lconv = localeconv(); in php_sprintf_appenddouble()
118 PHPAPI struct lconv *localeconv_r(struct lconv *out);
195 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()210 *out = *cur->locinfo->lconv; in localeconv_r()5091 struct lconv currlocdata;
120 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)159 struct lconv *lconv = NULL; in format_converter() local625 if (!lconv) { in format_converter()626 lconv = localeconv(); in format_converter()682 if (!lconv) { in format_converter()683 lconv = localeconv(); in format_converter()
Completed in 27 milliseconds