Home
last modified time | relevance | path

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

/PHP-7.3/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.3/main/
H A Dspprintf.c96 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
98 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
220 struct lconv lconv; in xbuf_format_converter() local
222 struct lconv *lconv = NULL; in xbuf_format_converter() local
638 localeconv_r(&lconv); in xbuf_format_converter()
640 if (!lconv) { in xbuf_format_converter()
641 lconv = localeconv(); in xbuf_format_converter()
698 localeconv_r(&lconv); in xbuf_format_converter()
700 if (!lconv) { in xbuf_format_converter()
701 lconv = localeconv(); in xbuf_format_converter()
H A Dsnprintf.c41 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
43 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
618 struct lconv lconv; in format_converter() local
620 struct lconv *lconv = NULL; in format_converter() local
1031 localeconv_r(&lconv); in format_converter()
1033 if (!lconv) { in format_converter()
1034 lconv = localeconv(); in format_converter()
1092 localeconv_r(&lconv); in format_converter()
1094 if (!lconv) { in format_converter()
1095 lconv = localeconv(); in format_converter()
/PHP-7.3/ext/standard/
H A Dformatted_print.c30 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
32 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
218 struct lconv lconv; in php_sprintf_appenddouble() local
220 struct lconv *lconv; in php_sprintf_appenddouble() local
254 localeconv_r(&lconv); in php_sprintf_appenddouble()
256 lconv = localeconv(); in php_sprintf_appenddouble()
282 localeconv_r(&lconv); in php_sprintf_appenddouble()
284 lconv = localeconv(); in php_sprintf_appenddouble()
H A Dphp_string.h119 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dstring.c188 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
203 *out = *cur->locinfo->lconv; in localeconv_r()
5608 struct lconv currlocdata;
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c120 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
159 struct lconv *lconv = NULL; in format_converter() local
625 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 41 milliseconds