Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dlanginfo.h42 MON_1, enumerator
110 #define MON_1 MON_1 macro
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlanginfo.h106 MON_1, /* January */ enumerator
107 #define MON_1 MON_1 macro
H A Dcategories.def212 DEFINE_ELEMENT (MON_1, "mon", std, stringarray, 12, 12)
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp232 case MON_1: in GetLanginfo()
244 return fMonth[index - MON_1]; in GetLanginfo()
H A DICULocaleBackend.cpp239 case MON_1: in GetLanginfo()
/haiku/src/system/libroot/posix/musl/time/
H A Dstrptime.c50 min = MON_1;
H A Dstrftime.c70 item = MON_1 + tm->tm_mon; in __strftime_fmt_1()