Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/strings/
H A Dbug65769.phpt16 $lconv = localeconv();
19 $lconv['decimal_point'],
20 $lconv['thousands_sep'],
21 $lconv['int_curr_symbol'],
22 $lconv['currency_symbol'],
23 $lconv['mon_decimal_point'],
24 $lconv['mon_thousands_sep']
/PHP-5.5/main/
H A Dspprintf.c98 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
100 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
226 struct lconv lconv; in xbuf_format_converter() local
228 struct lconv *lconv = NULL; in xbuf_format_converter() local
621 localeconv_r(&lconv); in xbuf_format_converter()
623 if (!lconv) { in xbuf_format_converter()
624 lconv = localeconv(); in xbuf_format_converter()
681 localeconv_r(&lconv); in xbuf_format_converter()
683 if (!lconv) { in xbuf_format_converter()
684 lconv = localeconv(); in xbuf_format_converter()
H A Dsnprintf.c43 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
45 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
615 struct lconv lconv; in format_converter() local
617 struct lconv *lconv = NULL; in format_converter() local
1011 localeconv_r(&lconv); in format_converter()
1013 if (!lconv) { in format_converter()
1014 lconv = localeconv(); in format_converter()
1072 localeconv_r(&lconv); in format_converter()
1074 if (!lconv) { in format_converter()
1075 lconv = localeconv(); in format_converter()
/PHP-5.5/ext/standard/
H A Dformatted_print.c32 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
34 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
223 struct lconv lconv; in php_sprintf_appenddouble() local
225 struct lconv *lconv; in php_sprintf_appenddouble() local
259 localeconv_r(&lconv); in php_sprintf_appenddouble()
261 lconv = localeconv(); in php_sprintf_appenddouble()
287 localeconv_r(&lconv); in php_sprintf_appenddouble()
289 lconv = localeconv(); in php_sprintf_appenddouble()
H A Dphp_string.h118 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dstring.c201 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
203 struct lconv *res; in localeconv_r()
215 res = cur->locinfo->lconv; in localeconv_r()
5119 struct lconv currlocdata;

Completed in 28 milliseconds