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

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DEnumSyntax.java160 int theIndex = value - getOffset();
162 theTable != null && theIndex >= 0 && theIndex < theTable.length ?
163 theTable[theIndex] :
199 int theIndex = value - theOffset;
201 if (0 > theIndex || theIndex >= theTable.length) {
208 EnumSyntax result = theTable[theIndex];
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFuncTranslate.java61 int theIndex = theSecondString.indexOf(theCurrentChar);
63 if (theIndex < 0)
70 else if (theIndex < theThirdStringLength)
75 sbuffer.append(theThirdString.charAt(theIndex));
/openjdk7/jdk/src/share/classes/javax/print/
H A DMimeType.java122 public ParameterMapEntry(int theIndex) { argument
123 myIndex = theIndex;

Completed in 38 milliseconds