Home | History | Annotate | Download | only in i18n

Lines Matching refs:ambiguousYear

1688     UBool ambiguousYear[] = { FALSE };
1789 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
1804 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter);
1872 if( ambiguousYear[0] && !parsedDate.after(fDefaultCenturyStart) ) {
1884 if (ambiguousYear[0] || tztype != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-digit year == the default start year
1891 if (ambiguousYear[0]) {
2418 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2627 ambiguousYear[0] = (value == ambiguousTwoDigitYear);
2657 ambiguousYear[0] = (value == ambiguousTwoDigitYear);