Home
last modified time | relevance | path

Searched refs:obeyCount (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DChineseDateFormat.java152 …protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allo… 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
3156 if (obeyCount) { in subParse()
3608 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3682 if (obeyCount) { in subParse()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DChineseDateFormat.java150 …protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allo… 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
3172 if (obeyCount) { in subParse()
3624 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3698 if (obeyCount) { in subParse()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1416 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2857 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument
2947 if (obeyCount) { in subParse()
3538 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
3609 if (obeyCount) { in subParse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2007 boolean obeyCount = true; in TestSimpleDateFormatCoverage()
2011 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java2006 boolean obeyCount = true; in TestSimpleDateFormatCoverage()
2010 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()