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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DJJTParserState.java33 private java.util.Stack marks; field in class:JJTParserState
41 marks = new java.util.Stack();
57 marks.removeAllElements();
78 mk = ((Integer)marks.pop()).intValue();
99 mk = ((Integer)marks.pop()).intValue();
104 marks.push(new Integer(mk));
115 mk = ((Integer)marks.pop()).intValue();
135 mk = ((Integer)marks.pop()).intValue();
145 mk = ((Integer)marks.pop()).intValue();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStringContent.java102 if (marks != null) {
124 if (marks != null) {
176 if (marks == null) {
177 marks = new Vector<PosRec>();
224 // marks after it.
227 int n = marks.size();
229 PosRec mark = marks.elementAt(i);
232 marks.removeElementAt(i);
242 int n = marks.size();
244 PosRec mark = marks
315 transient Vector<PosRec> marks; field in class:StringContent
[all...]
H A DGapContent.java50 * maintain. The Position implementations (marks) store the array
53 * the marks between the old and new gap boundaries when the gap
54 * is moved, so generally updating the marks is pretty cheap.
55 * The marks are stored sorted so they can be located quickly
84 marks = new MarkVector();
233 if (unusedMarks > Math.max(5, (marks.size() / 10))) {
243 if (sortIndex < marks.size()
244 && (m = marks.elementAt(sortIndex)).index == index
251 marks.insertElementAt(m, sortIndex);
318 private transient MarkVector marks; field in class:GapContent
653 replaceRange(int start, int end, Object[] marks) argument
[all...]
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java1051 * See the marks property definition in CSS2.
1055 * See the marks property definition in CSS2.
1061 public void setMarks(String marks) argument

Completed in 38 milliseconds