Home | History | Annotate | Download | only in i18n

Lines Matching refs:reqField

1080                     // - "reqField" is the field from the originally requested skeleton, with length
1101 UnicodeString reqField = dtMatcher->skeleton.original[typeValue];
1102 int32_t reqFieldLen = reqField.length();
1103 if (reqField.charAt(0) == CAP_E && reqFieldLen < 3)
1121 typeValue!= UDATPG_WEEKDAY_FIELD && (typeValue!= UDATPG_YEAR_FIELD || reqField.charAt(0)==CAP_Y))?
1122 reqField.charAt(0): field.charAt(0);