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

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DManifestDigester.java197 boolean oldStyle; field in class:ManifestDigester.Entry
211 if (oldStyle) {
255 public Entry get(String name, boolean oldStyle) { argument
258 e.oldStyle = oldStyle;
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DContentInfo.java119 * @param oldStyle flag indicating whether or not the given content info
122 public ContentInfo(DerInputStream derin, boolean oldStyle) argument
139 if (oldStyle) {
H A DPKCS7.java67 private boolean oldStyle = false; // Is this JDK1.1.x-style? field in class:PKCS7
132 oldStyle = true;
147 * @param oldStyle flag indicating whether or not the given PKCS#7 block
150 private void parse(DerInputStream derin, boolean oldStyle) argument
153 contentInfo = new ContentInfo(derin, oldStyle);
748 return this.oldStyle;
H A DSignerInfo.java105 * @param oldStyle flag indicating whether or not the given signer info
108 public SignerInfo(DerInputStream derin, boolean oldStyle) argument
127 if (oldStyle) {
149 if (oldStyle) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java639 * The oldName and oldStyle are supplied so they can be compared with
642 * oldStyle = -1 will be interpreted as the style is unchanged.
645 private Font(AttributeValues values, String oldName, int oldStyle, argument
658 if (oldStyle == -1) {
663 if (oldStyle == newStyle) newStyle = -1;
1869 int oldStyle = (this.style != style) ? this.style : -1;
1872 return new Font(newValues, null, oldStyle, createdFont, font2DHandle);
1888 int oldStyle = (this.style != style) ? this.style : -1;
1891 return new Font(newValues, null, oldStyle, createdFont, font2DHandle);
1938 int oldStyle
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultStyledDocument.java2577 oldStyle = element.getResolveParent();
2597 element.setResolveParent(oldStyle);
2605 protected AttributeSet oldStyle; field in class:DefaultStyledDocument.StyleChangeUndoableEdit

Completed in 60 milliseconds