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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1306 * the index is the CharacterSubsetName's stringID
1307 * and content is the stringID of awtfontpath.
1318 * :elcID -> stringID of alphabetic/XXXX entries
1332 * (17) table_version :stringID of the version number of this fontconfig file.
1547 System.out.println(" stringID: Num =" + table_stringIDs.length);
1716 protected static String getString(short stringID) { argument
1717 if (stringID == 0)
1721 return stringTable.substring(stringIDs[stringID],
1722 stringIDs[stringID+1]);
1726 if (stringCache[stringID]
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java1162 void checkGD(String stringID) { argument
1165 comp.checkGD(stringID);
H A DComponent.java1175 void checkGD(String stringID) { argument
1177 if (!graphicsConfig.getDevice().getIDstring().equals(stringID)) {

Completed in 87 milliseconds