Home | History | Annotate | Download | only in i18n

Lines Matching refs:ambiguousYear

1784     UBool ambiguousYear[] = { FALSE };
1889 TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i);
1904 FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i);
2005 if( ambiguousYear[0] && !parsedDate.after(fDefaultCenturyStart) ) {
2017 if (ambiguousYear[0] || tztype != TZTYPE_UNK) // If this is true then the two-digit year == the default start year
2024 if (ambiguousYear[0]) {
2369 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2502 ambiguousYear[0] = (value == ambiguousTwoDigitYear);
2529 ambiguousYear[0] = (value == ambiguousTwoDigitYear);