Home | History | Annotate | Download | only in i18n

Lines Matching defs:field

773         // do not use the input calendar for field calculation.
833 /* Map calendar field into calendar field level.
834 * the larger the level, the smaller the field unit.
853 /* Map calendar field LETTER into calendar field level.
854 * the larger the level, the smaller the field unit.
870 // Map index into pattern character string to Calendar field number.
890 // Map index into pattern character string to DateFormat field number
1116 // got minute field
1125 // got second field
1334 } else { // Field specific override string such as "y=hebrew"
1466 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex];
1467 int32_t value = cal.get(field, status);
1769 * times, represents a numeric field.
1808 // do not use the input calendar for field calculation.
1821 // Handle alphabetic field characters.
1825 // Count the length of this field specifier
1835 // Determine if there is an abutting numeric field. For
1837 // but the 'm' field is either numeric or text,
1839 // that field.
1871 // 1/2/2. We only adjust the width of the leftmost field; the
1877 // shorten this field in each pass. If we can't shorten
1878 // this field any more, then the parse of this set of
2190 UCalendarDateFields field,
2231 cal.set(field, bestMatch * 3);
2268 UCalendarDateFields field,
2276 if (field == UCAL_DAY_OF_WEEK) i = 1;
2312 if (!strcmp(cal.getType(),"hebrew") && field==UCAL_MONTH && bestMatch==13) {
2313 cal.set(field,6);
2316 cal.set(field, bestMatch);
2363 * @param ch the pattern character for the date field text to be parsed.
2392 UCalendarDateFields field = fgPatternIndexToCalendarField[patternCharIndex];
2906 cal.set(field, number.getLong());
3089 SimpleDateFormat::isFieldUnitIgnored(UCalendarDateFields field) const {
3090 return isFieldUnitIgnored(fPattern, field);
3096 UCalendarDateFields field) {
3097 int32_t fieldLevel = fgCalendarFieldToLevel[field];
3108 // the larger the level, the smaller the field unit.