Searched refs:UDateFormatSymbolType (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cdattst.h | 44 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*); 45 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*); 46 static void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
|
D | cdattst.c | 885 static void VerifygetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const ch… in VerifygetSymbols() 920 static void VerifysetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const ch… in VerifysetSymbols() 962 static void VerifygetsetSymbols(UDateFormat* from, UDateFormat* to, UDateFormatSymbolType type, int… in VerifygetsetSymbols()
|
/external/icu4c/i18n/unicode/ |
D | udat.h | 1073 typedef enum UDateFormatSymbolType { enum 1110 } UDateFormatSymbolType; typedef 1137 UDateFormatSymbolType type, 1157 UDateFormatSymbolType type); 1176 UDateFormatSymbolType type,
|
/external/icu4c/samples/cal/ |
D | cal.c | 47 UDateFormatSymbolType type, 287 UDateFormatSymbolType type, in get_symbols() 339 UDateFormatSymbolType dayType = (useLongNames ? UDAT_WEEKDAYS : UDAT_SHORT_WEEKDAYS); in get_days() 363 UDateFormatSymbolType monthType = (useLongNames ? UDAT_MONTHS : UDAT_SHORT_MONTHS); in get_months()
|
/external/icu4c/i18n/ |
D | udat.cpp | 425 UDateFormatSymbolType type, in udat_getSymbols() 544 UDateFormatSymbolType type) in udat_countSymbols() 832 UDateFormatSymbolType type, in udat_setSymbols()
|