Home
last modified time | relevance | path

Searched refs:allowNegative (Results 1 – 8 of 8) 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.java3039 boolean obeyCount, boolean allowNegative, in subParse() argument
3042 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3049 boolean obeyCount, boolean allowNegative, in subParse() argument
3052 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3082 boolean obeyCount, boolean allowNegative, in subParse() argument
3160 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3162 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
3608 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3684 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3686 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.java3055 boolean obeyCount, boolean allowNegative, in subParse() argument
3058 … return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null); in subParse()
3065 boolean obeyCount, boolean allowNegative, in subParse() argument
3068 …return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, … in subParse()
3098 boolean obeyCount, boolean allowNegative, in subParse() argument
3176 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3178 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
3624 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3700 number = parseInt(text, count, pos, allowNegative,currentNumberFormat); in subParse()
3702 number = parseInt(text, pos, allowNegative,currentNumberFormat); in subParse()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1416 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
1423 UBool allowNegative,
1430 UBool allowNegative,
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2857 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument
2958 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
3538 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
3618 parseInt(*src, number, pos, allowNegative,currentNumberFormat); in subParse()
3685 UBool allowNegative, in parseInt() argument
3687 parseInt(text, number, -1, pos, allowNegative,fmt); in parseInt()
3697 UBool allowNegative, in parseInt() argument
3701 if (!allowNegative && (df = dynamic_cast<DecimalFormat*>(fmt)) != NULL) { in parseInt()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2008 boolean allowNegative = false; in TestSimpleDateFormatCoverage()
2011 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java2007 boolean allowNegative = false; in TestSimpleDateFormatCoverage()
2010 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()