Searched refs:RADIXCHAR (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dperl_langinfo.h168 #ifndef RADIXCHAR
169 # define RADIXCHAR -51 macro
H A Dlocale.c1950 my_langinfo_c(RADIXCHAR, LC_NUMERIC, PL_numeric_name,
3428 * RADIXCHAR would need to be in the final position of the same full
3452 case RADIXCHAR:
3888 They deliver the correct results for the C<RADIXCHAR> and C<THOUSEP> items,
4018 case RADIXCHAR:
4250 case RADIXCHAR:
4338 /* case RADIXCHAR: // May drop down to here in some configurations */
H A DConfigure16743 nl_langinfo(RADIXCHAR);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dnumeric_members.cc55 _M_decimal_point = *(__nl_langinfo_l(RADIXCHAR, __cloc));
/openbsd-current/include/
H A Dlanginfo.h63 #define RADIXCHAR 44 /* Radix character */ macro
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DMakefile.PL30 foreach qw (CRNCYSTR THOUSEP RADIXCHAR);
H A DLanginfo.pm65 RADIXCHAR
164 ALT_DIGITS RADIXCHAR THOUSEP
265 Before Perl 5.28, the returned values are unreliable for the C<RADIXCHAR> and
/openbsd-current/lib/libc/locale/
H A Dnl_langinfo.c83 case RADIXCHAR:
/openbsd-current/gnu/usr.bin/perl/ext/I18N-Langinfo/t/
H A DLanginfo.t13 my @constants = qw(ABDAY_1 DAY_1 ABMON_1 RADIXCHAR AM_STR THOUSEP D_T_FMT
17 my %want = ( RADIXCHAR => ".",
194 is (langinfo(&RADIXCHAR), ",",
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dlocale.t30 use I18N::Langinfo qw(langinfo RADIXCHAR);
151 my $radix = langinfo(RADIXCHAR);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.t61 use I18N::Langinfo qw(langinfo CODESET CRNCYSTR RADIXCHAR);
1067 debug "radix = " . disp_str(langinfo(RADIXCHAR)) . "\n";
2447 my $radix = langinfo(RADIXCHAR);
/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c1016 decimal_point = nl_langinfo(RADIXCHAR);
H A Dvfwprintf.c1010 decimal_point = nl_langinfo(RADIXCHAR);

Completed in 287 milliseconds