Searched refs:Name_Abbr (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp553 if ( flags & wxDateTime::Name_Abbr )
556 GetMonthName(mon, wxDateTime::Name_Abbr)) == 0 )
583 if ( flags & wxDateTime::Name_Abbr )
586 GetWeekDayName(wd, wxDateTime::Name_Abbr)) == 0 )
925 return CallStrftime(flags == Name_Abbr ? _T("%b") : _T("%B"), &tm);
931 ret = (flags == Name_Abbr ? wxT("Jan"): wxT("January"));
934 ret = (flags == Name_Abbr ? wxT("Feb"): wxT("Febuary"));
937 ret = (flags == Name_Abbr ? wxT("Mar"): wxT("March"));
940 ret = (flags == Name_Abbr ? wxT("Apr"): wxT("April"));
943 ret = (flags == Name_Abbr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp135 wxDateTime::GetMonthName(month, wxDateTime::Name_Abbr).c_str(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp172 m_weekdays[wd] = wxDateTime::GetWeekDayName(wd, wxDateTime::Name_Abbr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h404 Name_Abbr = 0x02 // return abbreviated name enumerator in enum:wxDateTime::NameFlags
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex111 Name_Abbr = 0x02 // return abbreviated name
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3475 wxDateTime::GetMonthName(month, wxDateTime::Name_Abbr).c_str(),

Completed in 174 milliseconds