Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/text/
DChineseDateFormat.java152 … int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, in subParse() argument
160 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
DSimpleDateFormat.java3060 boolean obeyCount, boolean allowNegative, in subParse() argument
3063 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3070 boolean obeyCount, boolean allowNegative, in subParse() argument
3073 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3103 boolean obeyCount, boolean allowNegative, in subParse() argument
3181 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3183 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
3626 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3702 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3704 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DChineseDateFormat.java150 … int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, in subParse() argument
158 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal); in subParse()
DSimpleDateFormat.java3076 boolean obeyCount, boolean allowNegative, in subParse() argument
3079 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3086 boolean obeyCount, boolean allowNegative, in subParse() argument
3089 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3119 boolean obeyCount, boolean allowNegative, in subParse() argument
3197 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3199 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
3642 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3718 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3720 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1419 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
1426 UBool allowNegative,
1433 UBool allowNegative,
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2892 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument
2993 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
3595 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
3675 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
3742 UBool allowNegative, in parseInt() argument
3744 parseInt(text, number, -1, pos, allowNegative,fmt); in parseInt()
3754 UBool allowNegative, in parseInt() argument
3759 if (!allowNegative && fmtAsDF != nullptr) { in parseInt()
/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/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2014 boolean allowNegative = false; in TestSimpleDateFormatCoverage()
2017 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java2011 boolean allowNegative = false; in TestSimpleDateFormatCoverage()
2014 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()