Searched defs:subParse (Results 1 - 5 of 5) 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, method in class:ChineseDateFormat
160 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal);
H A DSimpleDateFormat.java2395 pos = subParse(text, pos, field.type, len,
2422 pos = subParse(text, pos, field.type, field.length,
2600 // the year correctly to start with in other cases -- see subParse().
3038 protected int subParse(String text, int start, char ch, int count, method in class:SimpleDateFormat
3042 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null);
3048 private int subParse(String text, int start, char ch, int count, method in class:SimpleDateFormat
3052 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, null);
3081 private int subParse(String text, int start, char ch, int count, method in class:SimpleDateFormat
3608 int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal,
/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, method in class:ChineseDateFormat
158 return super.subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal);
H A DSimpleDateFormat.java2408 pos = subParse(text, pos, field.type, len,
2435 pos = subParse(text, pos, field.type, field.length,
2613 // the year correctly to start with in other cases -- see subParse().
3054 protected int subParse(String text, int start, char ch, int count, method in class:SimpleDateFormat
3058 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null);
3064 private int subParse(String text, int start, char ch, int count, method in class:SimpleDateFormat
3068 return subParse(text, start, ch, count, obeyCount, allowNegative, ambiguousYear, cal, null, null, null);
3097 private int subParse(String text, int start, char ch, int count, method in class:SimpleDateFormat
3624 int ampmStart = subParse(text, start, 'a', count, obeyCount, allowNegative, ambiguousYear, cal,
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp2224 pos = subParse(text, pos, ch, count,
2239 int32_t s = subParse(text, pos, ch, count,
2389 // the year correctly to start with in other cases -- see subParse().
2856 int32_t SimpleDateFormat::subParse(const UnicodeString& text, int32_t& start, UChar ch, int32_t count, function in class:SimpleDateFormat
3537 int32_t ampmStart = subParse(text, start, 0x61, count,

Completed in 154 milliseconds