Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dbug65769.phpt19 $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'], ['.', '�']));
/PHP-7.4/main/
H A Dspprintf.c95 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
97 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
215 struct lconv lconv; in xbuf_format_converter() local
217 struct lconv *lconv = NULL; in xbuf_format_converter() local
631 localeconv_r(&lconv); in xbuf_format_converter()
633 if (!lconv) { in xbuf_format_converter()
634 lconv = localeconv(); in xbuf_format_converter()
689 localeconv_r(&lconv); in xbuf_format_converter()
691 if (!lconv) { in xbuf_format_converter()
692 lconv = localeconv(); in xbuf_format_converter()
H A Dsnprintf.c40 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
42 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
612 struct lconv lconv; in format_converter() local
614 struct lconv *lconv = NULL; in format_converter() local
1023 localeconv_r(&lconv); in format_converter()
1025 if (!lconv) { in format_converter()
1026 lconv = localeconv(); in format_converter()
1082 localeconv_r(&lconv); in format_converter()
1084 if (!lconv) { in format_converter()
1085 lconv = localeconv(); in format_converter()
/PHP-7.4/ext/standard/
H A Dformatted_print.c29 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
31 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
232 struct lconv lconv; in php_sprintf_appenddouble() local
234 struct lconv *lconv; in php_sprintf_appenddouble() local
266 localeconv_r(&lconv); in php_sprintf_appenddouble()
268 lconv = localeconv(); in php_sprintf_appenddouble()
292 localeconv_r(&lconv); in php_sprintf_appenddouble()
294 lconv = localeconv(); in php_sprintf_appenddouble()
H A Dphp_string.h115 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dstring.c174 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
189 *out = *cur->locinfo->lconv; in localeconv_r()
5726 struct lconv currlocdata;
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c118 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
153 struct lconv *lconv = NULL; in format_converter() local
617 if (!lconv) { in format_converter()
618 lconv = localeconv(); in format_converter()
673 if (!lconv) { in format_converter()
674 lconv = localeconv(); in format_converter()

Completed in 85 milliseconds