Home
last modified time | relevance | path

Searched refs:ambiguousYear (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DChineseDateFormat.java153 boolean[] ambiguousYear, Calendar cal) { in subParse() argument
160 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
DSimpleDateFormat.java2368 boolean[] ambiguousYear = { false }; in parse()
2417 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2444 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2624 if (ambiguousYear[0] || tztype != TimeType.UNKNOWN) { in parse()
2630 if (ambiguousYear[0]) { // the two-digit year == the default start year in parse()
3061 boolean[] ambiguousYear, Calendar cal) in subParse() argument
3063 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3071 boolean[] ambiguousYear, Calendar cal, in subParse() argument
3073 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3104 boolean[] ambiguousYear, Calendar cal, in subParse() argument
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DChineseDateFormat.java151 boolean[] ambiguousYear, Calendar cal) { in subParse() argument
158 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
DSimpleDateFormat.java2381 boolean[] ambiguousYear = { false }; in parse()
2430 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2457 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2637 if (ambiguousYear[0] || tztype != TimeType.UNKNOWN) { in parse()
2643 if (ambiguousYear[0]) { // the two-digit year == the default start year in parse()
3077 boolean[] ambiguousYear, Calendar cal) in subParse() argument
3079 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3087 boolean[] ambiguousYear, Calendar cal, in subParse() argument
3089 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3120 boolean[] ambiguousYear, Calendar cal, in subParse() argument
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2163 UBool ambiguousYear[] = { FALSE }; in parse() local
2260 … TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType); in parse()
2275 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2425 …if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-di… in parse()
2432 if (ambiguousYear[0]) { in parse()
2892 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument
3105 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse()
3135 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse()
3595 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1419 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2015 boolean ambiguousYear[] = {true, false, true}; in TestSimpleDateFormatCoverage()
2017 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java2012 boolean ambiguousYear[] = {true, false, true}; in TestSimpleDateFormatCoverage()
2014 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()