Home
last modified time | relevance | path

Searched refs:DAY_1 (Results 1 – 13 of 13) sorted by relevance

/openbsd/lib/libc/locale/
H A Dnl_langinfo.c37 case DAY_1: in nl_langinfo()
44 s = _CurrentTimeLocale->day[item - DAY_1]; in nl_langinfo()
/openbsd/gnu/usr.bin/perl/
H A Dperl_langinfo.h50 #ifndef DAY_1
51 # define DAY_1 -8 macro
H A Dlocale.c7339 case DAY_1: retval = "Sunday"; break; in S_emulate_langinfo()
7353 case DAY_1: in S_emulate_langinfo()
7915 DAY_1, DAY_2, DAY_3, DAY_4, DAY_5, DAY_6, DAY_7, in S_maybe_override_codeset()
7953 assert(trials[1] == DAY_1); /* Make sure only a single non-time entry */ in S_maybe_override_codeset()
/openbsd/include/
H A Dlanginfo.h21 #define DAY_1 6 /* Name of the first day of the week */ macro
/openbsd/gnu/usr.bin/perl/ext/I18N-Langinfo/
H A DMakefile.PL22 DAY_1 DAY_2 DAY_3 DAY_4 DAY_5 DAY_6 DAY_7 D_FMT D_T_FMT ERA
/openbsd/gnu/usr.bin/perl/ext/I18N-Langinfo/t/
H A DLanginfo.t40 $want{DAY_1} = qr/ ^ Sunday $ /x;
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502701025 DAY_1 # Z added by devel/scanprov
/openbsd/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
H A Dtime_members.cc139 _M_day1 = __nl_langinfo_l(DAY_1, __cloc); in _M_initialize_timepunct()
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dlocale.t120 DAY_1 => 'Sunday',
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/
H A Dtime_members.cc147 _M_data->_M_day1 = __nl_langinfo_l(DAY_1, __cloc); in _M_initialize_timepunct()
/openbsd/gnu/usr.bin/perl/lib/
H A Dlocale_threads.t1049 DAY_1 DAY_2 DAY_3 DAY_4 DAY_5 DAY_6 DAY_7
1061 DAY_1,DAY_2,DAY_3,DAY_4,DAY_5,DAY_6,DAY_7,
H A Dlocale.t75 DAY_1
/openbsd/gnu/usr.bin/perl/pod/
H A Dperllocale.pod1126 See also L<I18N::Langinfo> and C<ABDAY_1>..C<ABDAY_7>, C<DAY_1>..C<DAY_7>,