Searched refs:UDateFormatSymbolType (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cdattst.h | 47 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*); 48 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*); 49 static void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
|
D | cdattst.c | 1055 static void VerifygetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const ch… in VerifygetSymbols() 1090 static void VerifysetSymbols(UDateFormat* datfor, UDateFormatSymbolType type, int32_t idx, const ch… in VerifysetSymbols() 1133 static void VerifygetsetSymbols(UDateFormat* from, UDateFormat* to, UDateFormatSymbolType type, int… in VerifygetsetSymbols()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | udat.h | 1376 typedef enum UDateFormatSymbolType { enum 1467 } UDateFormatSymbolType; typedef 1494 UDateFormatSymbolType type, 1514 UDateFormatSymbolType type); 1533 UDateFormatSymbolType type,
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 51 UDateFormatSymbolType type, 291 UDateFormatSymbolType type, in get_symbols() 343 UDateFormatSymbolType dayType = (useLongNames ? UDAT_WEEKDAYS : UDAT_SHORT_WEEKDAYS); in get_days() 367 UDateFormatSymbolType monthType = (useLongNames ? UDAT_MONTHS : UDAT_SHORT_MONTHS); in get_months()
|
/external/icu/icu4c/source/i18n/ |
D | udat.cpp | 590 UDateFormatSymbolType type, in udat_getSymbols() 741 UDateFormatSymbolType type) in udat_countSymbols() 1089 UDateFormatSymbolType type, in udat_setSymbols()
|