Searched refs:UDateFormatField (Results 1 – 8 of 8) sorted by relevance
473 typedef enum UDateFormatField { enum726 } UDateFormatField; typedef738 udat_toCalendarDateField(UDateFormatField field);
811 static UDateFormatField U_EXPORT2 getPatternCharIndex(UChar c);816 static UBool U_EXPORT2 isNumericField(UDateFormatField f, int32_t count);
1140 NumberFormat * getNumberFormatByIndex(UDateFormatField index) const;1155 static const UDateFormatField fgPatternIndexToDateFormatField[];
40 static UnicodeSet *getIgnorables(UDateFormatField fieldIndex);
124 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex) in getIgnorables()
113 static const UDateFormatField kDateFields[] = {131 static const UDateFormatField kTimeFields[] = {971 const UDateFormatField1155 UDateFormatField patternCharIndex = in processOverrideString()1188 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(ch); in subFormat()1544 SimpleDateFormat::getNumberFormatByIndex(UDateFormatField index) const { in getNumberFormatByIndex()1583 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch); in isAtNumericField()1600 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch); in isAfterNonNumericField()2174 … UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(pattern.charAt(i)); in matchLiterals()2355 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(ch); in subParse()
1155 UDateFormatField U_EXPORT21161 return static_cast<UDateFormatField>(p - gPatternChars); in getPatternCharIndex()1185 DateFormatSymbols::isNumericField(UDateFormatField f, int32_t count) { in isNumericField()
84 udat_toCalendarDateField(UDateFormatField field) { in udat_toCalendarDateField()