Searched refs:UDateFormatField (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dsmpdtfst.h37 static UnicodeSet *getIgnorables(UDateFormatField fieldIndex);
H A Dsmpdtfst.cpp104 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex)
H A Dsmpdtfmt.cpp113 static const UDateFormatField kDateFields[] = {
131 static const UDateFormatField kTimeFields[] = {
167 * The field range check bias for each UDateFormatField.
988 const UDateFormatField
1174 UDateFormatField patternCharIndex =
1207 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(ch);
1626 SimpleDateFormat::getNumberFormatByIndex(UDateFormatField index) const {
1665 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch);
1682 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch);
2239 UDateFormatField patternCharInde
[all...]
H A Ddtfmtsym.cpp1191 UDateFormatField U_EXPORT2
1197 return static_cast<UDateFormatField>(p - gPatternChars);
1221 DateFormatSymbols::isNumericField(UDateFormatField f, int32_t count) {
H A Dudat.cpp84 udat_toCalendarDateField(UDateFormatField field) {
/external/icu/icu4c/source/i18n/
H A Dsmpdtfst.h37 static UnicodeSet *getIgnorables(UDateFormatField fieldIndex);
H A Dsmpdtfst.cpp104 UnicodeSet *SimpleDateFormatStaticSets::getIgnorables(UDateFormatField fieldIndex)
H A Dsmpdtfmt.cpp114 static const UDateFormatField kDateFields[] = {
133 static const UDateFormatField kTimeFields[] = {
169 * The field range check bias for each UDateFormatField.
1014 const UDateFormatField
1201 UDateFormatField patternCharIndex =
1234 UDateFormatField patternCharIndex = DateFormatSymbols::getPatternCharIndex(ch);
1653 SimpleDateFormat::getNumberFormatByIndex(UDateFormatField index) const {
1692 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch);
1709 UDateFormatField f = DateFormatSymbols::getPatternCharIndex(ch);
2272 UDateFormatField patternCharInde
[all...]
H A Ddtfmtsym.cpp1191 UDateFormatField U_EXPORT2
1197 return static_cast<UDateFormatField>(p - gPatternChars);
1230 DateFormatSymbols::isNumericField(UDateFormatField f, int32_t count) {
H A Dmeasfmt.cpp816 UDateFormatField smallestField, // seconds in 5:37:23.5
H A Dudat.cpp87 udat_toCalendarDateField(UDateFormatField field) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dudat.h495 typedef enum UDateFormatField { enum
774 } UDateFormatField; typedef in typeref:enum:UDateFormatField
778 * Maps from a UDateFormatField to the corresponding UCalendarDateFields.
780 * @param field the UDateFormatField.
786 udat_toCalendarDateField(UDateFormatField field);
H A Ddtfmtsym.h829 static UDateFormatField U_EXPORT2 getPatternCharIndex(UChar c);
834 static UBool U_EXPORT2 isNumericField(UDateFormatField f, int32_t count);
H A Dsmpdtfmt.h896 * are defined in UDateFormatField.
1448 NumberFormat * getNumberFormatByIndex(UDateFormatField index) const;
1463 static const UDateFormatField fgPatternIndexToDateFormatField[];
/external/icu/icu4c/source/i18n/unicode/
H A Dudat.h487 typedef enum UDateFormatField { enum
773 } UDateFormatField; typedef in typeref:enum:UDateFormatField
777 * Maps from a UDateFormatField to the corresponding UCalendarDateFields.
779 * @param field the UDateFormatField.
785 udat_toCalendarDateField(UDateFormatField field);
H A Ddtfmtsym.h831 static UDateFormatField U_EXPORT2 getPatternCharIndex(UChar c);
836 static UBool U_EXPORT2 isNumericField(UDateFormatField f, int32_t count);
H A Dsmpdtfmt.h898 * are defined in UDateFormatField.
1444 NumberFormat * getNumberFormatByIndex(UDateFormatField index) const;
1459 static const UDateFormatField fgPatternIndexToDateFormatField[];
H A Dmeasfmt.h344 UDateFormatField smallestField,

Completed in 2097 milliseconds