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']30 var_dump(in_array($lconv['mon_thousands_sep'], ['.', '�']));
91 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)93 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)211 struct lconv lconv; in xbuf_format_converter() local213 struct lconv *lconv = NULL; in xbuf_format_converter() local607 localeconv_r(&lconv); in xbuf_format_converter()609 if (!lconv) { in xbuf_format_converter()610 lconv = localeconv(); in xbuf_format_converter()665 localeconv_r(&lconv); in xbuf_format_converter()667 if (!lconv) { in xbuf_format_converter()668 lconv = localeconv(); in xbuf_format_converter()
35 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)37 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)607 struct lconv lconv; in format_converter() local609 struct lconv *lconv = NULL; in format_converter() local998 localeconv_r(&lconv); in format_converter()1000 if (!lconv) { in format_converter()1001 lconv = localeconv(); in format_converter()1057 localeconv_r(&lconv); in format_converter()1059 if (!lconv) { in format_converter()1060 lconv = localeconv(); in format_converter()
27 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)29 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)230 struct lconv lconv; in php_sprintf_appenddouble() local232 struct lconv *lconv; in php_sprintf_appenddouble() local264 localeconv_r(&lconv); in php_sprintf_appenddouble()266 lconv = localeconv(); in php_sprintf_appenddouble()293 localeconv_r(&lconv); in php_sprintf_appenddouble()295 lconv = localeconv(); in php_sprintf_appenddouble()
37 PHPAPI struct lconv *localeconv_r(struct lconv *out);
156 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()171 *out = *cur->locinfo->lconv; in localeconv_r()5341 struct lconv currlocdata;
116 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)151 struct lconv *lconv = NULL; in format_converter() local615 if (!lconv) { in format_converter()616 lconv = localeconv(); in format_converter()671 if (!lconv) { in format_converter()672 lconv = localeconv(); in format_converter()
Completed in 34 milliseconds