Home
last modified time | relevance | path

Searched refs:allowNegative (Results 1 – 10 of 10) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DChineseDateFormat.java153 … 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()
DSimpleDateFormat.java3097 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/
DChineseDateFormat.java151 … 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()
DSimpleDateFormat.java3115 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/
Dsmpdtfmt.h1424 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
1431 UBool allowNegative,
1438 UBool allowNegative,
/external/icu/libicu/cts_headers/unicode/
Dsmpdtfmt.h1424 …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/
DZoneParser.java168 public static int parseSeconds(String in, boolean allowNegative) { in parseSeconds() argument
171 assert (allowNegative); in parseSeconds()
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2976 …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/
DIBMCalendarTest.java2012 boolean allowNegative = false; in TestSimpleDateFormatCoverage()
2015 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2015 boolean allowNegative = false; in TestSimpleDateFormatCoverage()
2018 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()