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.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
3177 if (obeyCount) { in subParse()
3626 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3700 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.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
3193 if (obeyCount) { in subParse()
3642 … int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal, in subParse()
3716 if (obeyCount) { in subParse()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1419 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c…
/external/icu/icu4c/source/i18n/
Dsmpdtfmt.cpp2892 …UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& c… in subParse() argument
2982 if (obeyCount) { in subParse()
3595 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal, in subParse()
3666 if (obeyCount) { in subParse()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java2013 boolean obeyCount = true; in TestSimpleDateFormatCoverage()
2017 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java2010 boolean obeyCount = true; in TestSimpleDateFormatCoverage()
2014 obeyCount, allowNegative, ambiguousYear, cal); in TestSimpleDateFormatCoverage()