Home
last modified time | relevance | path

Searched defs:weekdays (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/ncal/
H A Dncal.c66 struct weekdays { struct
67 wchar_t names[7][4];
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp888 static const std::array<std::string_view, 7> weekdays = { in LibcxxChronoWeekdaySummaryProvider() local