Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dlanginfo.h24 DAY_1, enumerator
96 #define DAY_1 DAY_1 macro
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlanginfo.h64 DAY_1, /* Sunday */ enumerator
65 #define DAY_1 DAY_1 macro
H A Dcategories.def210 DEFINE_ELEMENT (DAY_1, "day", std, stringarray, 7, 7)
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp214 case DAY_1: in GetLanginfo()
221 return fWeekday[index - DAY_1]; in GetLanginfo()
H A DICULocaleBackend.cpp225 case DAY_1: in GetLanginfo()
/haiku/src/system/libroot/posix/musl/time/
H A Dstrptime.c41 min = DAY_1;
H A Dstrftime.c61 item = DAY_1 + tm->tm_wday; in __strftime_fmt_1()