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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/util/
H A DContiguousCharArrayArray.java75 public final int getArrayIndex() { method in class:ContiguousCharArrayArray
91 _readOnlyArrayIndex = readOnlyArray.getArrayIndex();
/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java648 return getArrayIndex(fontNames, fontName);
652 return getArrayIndex(styleNames, styleName);
655 private static int getArrayIndex(String[] names, String name) { method in class:FontConfiguration

Completed in 84 milliseconds