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

/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java406 private static short[] stringIDs; field in class:FontConfiguration
413 stringIDs = new short[1000];
422 stringIDs = null;
1308 * (00) table_scriptIDs :stringIDs of all defined CharacterSubsetNames
1317 * (02) table_elcIDs :stringIDs of all defined ELC names, string
1324 * :stringIDs of all defined font file names
1326 * :stringIDs of all defined PlatformFontNames
1352 * :stringIDs of fallback CharacterSubsetnames, stored
1745 return stringTable.substring(stringIDs[stringID],
1746 stringIDs[stringI
[all...]

Completed in 44 milliseconds