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

/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java1421 boolean obeyCount = false;
1437 obeyCount = true;
1455 start = subParse(text, start, tag, count, obeyCount,
1738 * @param obeyCount if true, then the next field directly abuts this one,
1749 boolean obeyCount, boolean[] ambiguousYear,
1785 // It would be good to unify this with the obeyCount logic below,
1787 if (obeyCount) {
2082 if (obeyCount) {
1748 subParse(String text, int start, int patternCharIndex, int count, boolean obeyCount, boolean[] ambiguousYear, ParsePosition origPos, boolean useFollowingMinusSignAsDelimiter, CalendarBuilder calb) argument

Completed in 36 milliseconds