Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/cal/
Dcal.c367 UDateFormatSymbolType monthType = (useLongNames ? UDAT_MONTHS : UDAT_SHORT_MONTHS); in get_months() local
372 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()