Searched refs:ambiguousYear (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | smpdtfmt.cpp | 1617 UBool ambiguousYear[] = { FALSE }; in parse() local 1718 … TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter); in parse() 1733 … FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter); in parse() 1813 …if (ambiguousYear[0] || tztype != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-digit … in parse() 1820 if (ambiguousYear[0]) { in parse() 2347 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument 2554 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse() 2583 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse()
|
/external/icu4c/i18n/unicode/ |
D | smpdtfmt.h | 1061 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
|