Home | History | Annotate | Download | only in text

Lines Matching defs:ERA

1002     public static final int ERA = 0;
1120 * (era). So if that value is, say "{0}, {1}" then the final resulting
1128 * @param field such as ERA
1148 * Sets the names of fields, eg "era" in English for ERA. These are only
1315 * Get the main type of this variable. These types are ERA, QUARTER,
2045 "Era", "Year", "Quarter", "Month", "Week", "*", "Day-Of-Week",
2051 "era", "year", "quarter", "month", "week", "weekOfMonth", "weekday",
2057 "Era", "Year", "Quarter", "Month", "Week_in_Year", "Week_in_Month", "Weekday",
2072 // 'G', // 0 ERA "era"
2150 * Gets the canonical character associated with the specified field (ERA, YEAR, etc).
2172 {'G', ERA, SHORT, 1, 3},
2173 {'G', ERA, LONG, 4},
2174 {'G', ERA, NARROW, 5},