/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | ChineseDateFormat.java | 153 … int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, in subParse() argument 161 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
|
D | SimpleDateFormat.java | 3097 boolean obeyCount, boolean allowNegative, in subParse() argument 3100 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse() 3107 boolean obeyCount, boolean allowNegative, in subParse() argument 3110 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse() 3140 boolean obeyCount, boolean allowNegative, in subParse() argument 3218 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse() 3220 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse() 3663 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse() 3739 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse() 3741 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | ChineseDateFormat.java | 151 … int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, in subParse() argument 159 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
|
D | SimpleDateFormat.java | 3115 boolean obeyCount, boolean allowNegative, in subParse() argument 3118 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse() 3125 boolean obeyCount, boolean allowNegative, in subParse() argument 3128 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse() 3158 boolean obeyCount, boolean allowNegative, in subParse() argument 3236 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse() 3238 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse() 3681 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse() 3757 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse() 3759 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1424 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… 1431 UBool allowNegative, 1438 UBool allowNegative,
|
/external/icu/libicu/cts_headers/unicode/ |
D | smpdtfmt.h | 1424 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… 1431 UBool allowNegative, 1438 UBool allowNegative,
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ZoneParser.java | 168 public static int parseSeconds(String in, boolean allowNegative) { in parseSeconds() argument 171 assert (allowNegative); in parseSeconds()
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2976 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument 3077 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 3679 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse() 3759 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse() 3826 UBool allowNegative, in parseInt() argument 3828 parseInt(text, number, -1, pos, allowNegative,fmt); in parseInt() 3838 UBool allowNegative, in parseInt() argument 3843 if (!allowNegative && fmtAsDF != nullptr) { in parseInt()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 2012 boolean allowNegative = false; in TestSimpleDateFormatCoverage() 2015 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | IBMCalendarTest.java | 2015 boolean allowNegative = false; in TestSimpleDateFormatCoverage() 2018 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
|