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

/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java470 private final static int TAG_QUOTE_CHARS = 101; field in class:SimpleDateFormat
703 * TAG_QUOTE_CHARS
737 * If Tag is TAG_QUOTE_CHARS, its Length is the number of char's
800 compiledPattern.append((char)(TAG_QUOTE_CHARS << 8 | 1));
804 encode(TAG_QUOTE_CHARS, len, compiledPattern);
826 // put them in a single TAG_QUOTE_CHARS.
834 compiledPattern.append((char)(TAG_QUOTE_CHARS << 8 | (j - i)));
972 case TAG_QUOTE_CHARS:
1404 case TAG_QUOTE_CHARS:
1436 nextTag == TAG_QUOTE_CHARS)) {
[all...]

Completed in 33 milliseconds