Searched refs:fMonth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/support/
H A DDateTime.cpp460 fMonth(-1)
472 fMonth(other.fMonth)
516 fMonth(-1)
522 archive->FindInt32("month", &fMonth);
550 ret = into->AddInt32("month", fMonth);
564 return IsValid(fYear, fMonth, fDay);
574 return IsValid(date.fYear, date.fMonth, date.fDay);
629 return _SetDate(date.fYear, date.fMonth, date.fDay);
659 *month = fMonth;
[all...]
/haiku/headers/private/libroot/locale/
H A DICUTimeData.h53 char fMonth[12][64]; member in class:BPrivate::Libroot::ICUTimeData
/haiku/src/system/libroot/add-ons/icu/
H A DICUTimeData.cpp39 fLCTimeInfo.month[i] = fMonth[i];
87 result = _SetLCTimeEntries(strings, fMonth[0], sizeof(fMonth[0]), count,
176 strcpy(fMonth[i], fDataBridge->posixLCTimeInfo->month[i]);
244 return fMonth[index - MON_1];
/haiku/headers/os/support/
H A DDateTime.h171 int32 fMonth; member in class:BPrivate::BDate

Completed in 56 milliseconds