Home | History | Annotate | Download | only in i18n

Lines Matching refs:ambiguousYear

1726     UBool ambiguousYear[] = { FALSE };
1823 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1838 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType);
1906 if( ambiguousYear[0] && !parsedDate.after(fDefaultCenturyStart) ) {
1918 if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-digit year == the default start year
1925 if (ambiguousYear[0]) {
2439 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2648 ambiguousYear[0] = (value == ambiguousTwoDigitYear);
2678 ambiguousYear[0] = (value == ambiguousTwoDigitYear);