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.java2347 boolean[] ambiguousYear = { false }; in parse()
2396 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2423 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2603 if (ambiguousYear[0] || tztype != TimeType.UNKNOWN) { in parse()
2609 if (ambiguousYear[0]) { // the two-digit year == the default start year in parse()
3040 boolean[] ambiguousYear, Calendar cal) in subParse() argument
3042 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3050 boolean[] ambiguousYear, Calendar cal, in subParse() argument
3052 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3083 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.java2360 boolean[] ambiguousYear = { false }; in parse()
2409 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse()
2436 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse()
2616 if (ambiguousYear[0] || tztype != TimeType.UNKNOWN) { in parse()
2622 if (ambiguousYear[0]) { // the two-digit year == the default start year in parse()
3056 boolean[] ambiguousYear, Calendar cal) in subParse() argument
3058 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3066 boolean[] ambiguousYear, Calendar cal, in subParse() argument
3068 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3099 boolean[] ambiguousYear, Calendar cal, in subParse() argument
[all …]
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2127 UBool ambiguousYear[] = { FALSE }; in parse() local
2225 …TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2240 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse()
2390 …if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-di… in parse()
2397 if (ambiguousYear[0]) { in parse()
2857 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument
3070 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse()
3100 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse()
3538 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1416 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2009 boolean ambiguousYear[] = {true, false, true}; in TestSimpleDateFormatCoverage()
2011 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java2008 boolean ambiguousYear[] = {true, false, true}; in TestSimpleDateFormatCoverage()
2010 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()