/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ChineseDateFormat.java | 154 boolean[] ambiguousYear, Calendar cal) { in subParse() argument 161 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
|
D | SimpleDateFormat.java | 2409 boolean[] ambiguousYear = { false }; in parse() 2458 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse() 2485 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse() 2665 if (ambiguousYear[0] || tztype != TimeType.UNKNOWN) { in parse() 2671 if (ambiguousYear[0]) { // the two-digit year == the default start year in parse() 3098 boolean[] ambiguousYear, Calendar cal) in subParse() argument 3100 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse() 3108 boolean[] ambiguousYear, Calendar cal, in subParse() argument 3110 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse() 3141 boolean[] ambiguousYear, Calendar cal, in subParse() argument [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ChineseDateFormat.java | 152 boolean[] ambiguousYear, Calendar cal) { in subParse() argument 159 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
|
D | SimpleDateFormat.java | 2424 boolean[] ambiguousYear = { false }; in parse() 2473 true, false, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType); in parse() 2500 … false, true, ambiguousYear, cal, numericLeapMonthFormatter, tzTimeType, dayPeriod); in parse() 2680 if (ambiguousYear[0] || tztype != TimeType.UNKNOWN) { in parse() 2686 if (ambiguousYear[0]) { // the two-digit year == the default start year in parse() 3116 boolean[] ambiguousYear, Calendar cal) in subParse() argument 3118 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse() 3126 boolean[] ambiguousYear, Calendar cal, in subParse() argument 3128 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse() 3159 boolean[] ambiguousYear, Calendar cal, in subParse() argument [all …]
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2251 UBool ambiguousYear[] = { FALSE }; in parse() local 2348 … TRUE, FALSE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType); in parse() 2363 …FALSE, TRUE, ambiguousYear, saveHebrewMonth, *workCal, i, numericLeapMonthFormatter, &tzTimeType, … in parse() 2513 …if (ambiguousYear[0] || tzTimeType != UTZFMT_TIME_TYPE_UNKNOWN) // If this is true then the two-di… in parse() 2520 if (ambiguousYear[0]) { in parse() 2976 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument 3189 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse() 3219 ambiguousYear[0] = (value == ambiguousTwoDigitYear); in subParse() 3679 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1424 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
|
/external/icu/libicu/cts_headers/unicode/ |
D | smpdtfmt.h | 1424 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 2013 boolean ambiguousYear[] = {true, false, true}; in TestSimpleDateFormatCoverage() 2015 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 2016 boolean ambiguousYear[] = {true, false, true}; in TestSimpleDateFormatCoverage() 2018 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
|