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

/haiku/src/tests/kits/locale/
H A DDateFormatTest.cpp210 status_t result = format.GetMonthName(1, buffer);
216 result = format.GetMonthName(12, buffer);
222 result = format.GetMonthName(1, buffer, B_FULL_DATE_FORMAT);
228 result = format.GetMonthName(12, buffer, B_FULL_DATE_FORMAT);
234 result = format.GetMonthName(1, buffer, B_LONG_DATE_FORMAT);
240 result = format.GetMonthName(12, buffer, B_LONG_DATE_FORMAT);
246 result = format.GetMonthName(1, buffer, B_MEDIUM_DATE_FORMAT);
252 result = format.GetMonthName(12, buffer, B_MEDIUM_DATE_FORMAT);
258 result = format.GetMonthName(1, buffer, B_SHORT_DATE_FORMAT);
264 result = format.GetMonthName(1
[all...]
/haiku/headers/os/locale/
H A DDateFormat.h74 status_t GetMonthName(int month, BString& outName,
/haiku/src/kits/locale/
H A DDateFormat.cpp312 BDateFormat::GetMonthName(int month, BString& outName, function in class:BDateFormat
/haiku/src/kits/support/
H A DDateTime.cpp1057 if (format.GetMonthName(month, out, B_LONG_DATE_FORMAT) != B_OK)

Completed in 162 milliseconds