Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 7 of 7) sorted by last modified time

/PHP-7.1/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()
/PHP-7.1/main/
H A Dsnprintf.c43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
620 struct lconv lconv; in format_converter() local
622 struct lconv *lconv = NULL; in format_converter() local
1033 localeconv_r(&lconv); in format_converter()
1035 if (!lconv) { in format_converter()
1036 lconv = localeconv(); in format_converter()
1094 localeconv_r(&lconv); in format_converter()
1096 if (!lconv) { in format_converter()
1097 lconv = localeconv(); in format_converter()
H A Dspprintf.c98 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
100 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
223 struct lconv lconv; in xbuf_format_converter() local
225 struct lconv *lconv = NULL; in xbuf_format_converter() local
641 localeconv_r(&lconv); in xbuf_format_converter()
643 if (!lconv) { in xbuf_format_converter()
644 lconv = localeconv(); in xbuf_format_converter()
701 localeconv_r(&lconv); in xbuf_format_converter()
703 if (!lconv) { in xbuf_format_converter()
704 lconv = localeconv(); in xbuf_format_converter()
/PHP-7.1/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']
/PHP-7.1/ext/standard/
H A Dstring.c195 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
210 *out = *cur->locinfo->lconv; in localeconv_r()
5115 struct lconv currlocdata;
H A Dphp_string.h118 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dformatted_print.c32 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
34 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
220 struct lconv lconv; in php_sprintf_appenddouble() local
222 struct lconv *lconv; in php_sprintf_appenddouble() local
256 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()

Completed in 41 milliseconds