Lines Matching refs:counter
117 for (int counter = 0, maxCounter = NAMES.length;
118 counter < maxCounter; counter++) {
120 fonts[counter] = new Font(fontNames[counter], 0, fontSize);
122 fonts[counter] = null;
169 for (int counter = 0; counter < DynamicTreeNode.DEFAULT_CHILDREN_COUNT;
170 counter++) {
180 if (counter % 2 == 0) {
189 insert(newNode, counter);