Searched refs:obeyCount (Results 1 - 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DChineseDateFormat.java152 protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, argument
160 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal);
H A DSimpleDateFormat.java3028 * @param obeyCount if true, then the next field directly abuts this one,
3039 boolean obeyCount, boolean allowNegative,
3042 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null);
3049 boolean obeyCount, boolean allowNegative,
3052 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, null);
3064 * @param obeyCount if true, then the next field directly abuts this one,
3082 boolean obeyCount, boolean allowNegative,
3138 // It would be good to unify this with the obeyCount logic below,
3156 if (obeyCount) {
3608 int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegativ
3038 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal) argument
3048 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) argument
3081 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, Output<DayPeriodRules.DayPeriod> dayPeriod) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DChineseDateFormat.java150 protected int subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, argument
158 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal);
H A DSimpleDateFormat.java3043 * @param obeyCount if true, then the next field directly abuts this one,
3055 boolean obeyCount, boolean allowNegative,
3058 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null);
3065 boolean obeyCount, boolean allowNegative,
3068 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, null);
3080 * @param obeyCount if true, then the next field directly abuts this one,
3098 boolean obeyCount, boolean allowNegative,
3154 // It would be good to unify this with the obeyCount logic below,
3172 if (obeyCount) {
3624 int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegativ
3054 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal) argument
3064 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType) argument
3097 subParse(String text, int start, char ch, int count, boolean obeyCount, boolean allowNegative, boolean[] ambiguousYear, Calendar cal, MessageFormat numericLeapMonthFormatter, Output<TimeType> tzTimeType, Output<DayPeriodRules.DayPeriod> dayPeriod) argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsmpdtfmt.h1402 * @param obeyCount if true then the count is strictly obeyed.
1416 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2857 UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal,
2927 // It would be good to unify this with the obeyCount logic below,
2947 if (obeyCount) {
3538 obeyCount, allowNegative, ambiguousYear, saveHebrewMonth, cal,
3609 if (obeyCount) {
2856 subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, UBool obeyCount, UBool allowNegative, UBool ambiguousYear[], int32_t& saveHebrewMonth, Calendar& cal, int32_t patLoc, MessageFormat * numericLeapMonthFormatter, UTimeZoneFormatTimeType *tzTimeType, SimpleDateFormatMutableNFs &mutableNFs, int32_t *dayPeriod) const argument
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DIBMCalendarTest.java2007 boolean obeyCount = true;
2011 obeyCount, allowNegative, ambiguousYear, cal);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIBMCalendarTest.java2006 boolean obeyCount = true;
2010 obeyCount, allowNegative, ambiguousYear, cal);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 297 milliseconds