Home | History | Annotate | Download | only in format

Lines Matching defs:PATTERNS

1358      * The characters '[' and ']' indicate optional patterns.
1410 * See <a href="DateTimeFormatter.html#patterns">DateTimeFormatter</a> for a user-focused description of the patterns.
1555 * Future versions may add to the set of patterns.
1643 appendOffset(OffsetIdPrinterParser.PATTERNS[count + (count == 1 ? 0 : 1)], "Z");
1649 appendOffset(OffsetIdPrinterParser.PATTERNS[count + (count == 1 ? 0 : 1)], zero);
3307 static final String[] PATTERNS = new String[] {
3330 for (int i = 0; i < PATTERNS.length; i++) {
3331 if (PATTERNS[i].equals(pattern)) {
3452 return "Offset(" + PATTERNS[type] + ",'" + converted + "')";