Home
last modified time | relevance | path

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

/php-src/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-src/main/
H A Dspprintf.c93 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
95 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
202 struct lconv lconv; in xbuf_format_converter() local
204 struct lconv *lconv = NULL; in xbuf_format_converter() local
590 localeconv_r(&lconv); in xbuf_format_converter()
592 if (!lconv) { in xbuf_format_converter()
593 lconv = localeconv(); in xbuf_format_converter()
648 localeconv_r(&lconv); in xbuf_format_converter()
650 if (!lconv) { in xbuf_format_converter()
651 lconv = localeconv(); in xbuf_format_converter()
H A Dsnprintf.c37 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
39 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
499 struct lconv lconv; in format_converter() local
501 struct lconv *lconv = NULL; in format_converter() local
879 localeconv_r(&lconv); in format_converter()
881 if (!lconv) { in format_converter()
882 lconv = localeconv(); in format_converter()
938 localeconv_r(&lconv); in format_converter()
940 if (!lconv) { in format_converter()
941 lconv = localeconv(); in format_converter()
/php-src/ext/standard/
H A Dformatted_print.c27 #define LCONV_DECIMAL_POINT (*lconv.decimal_point)
29 #define LCONV_DECIMAL_POINT (*lconv->decimal_point)
230 struct lconv lconv; in php_sprintf_appenddouble() local
232 struct lconv *lconv; in php_sprintf_appenddouble() local
264 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()
H A Dphp_string.h36 PHPAPI struct lconv *localeconv_r(struct lconv *out);
H A Dstring.c120 PHPAPI struct lconv *localeconv_r(struct lconv *out) in localeconv_r()
135 *out = *cur->locinfo->lconv; in localeconv_r()
5643 struct lconv currlocdata;

Completed in 26 milliseconds