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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java333 table_stringIDs = readShortTable(in, tableSizes[INDEX_stringIDs]);
336 stringCache = new String[table_stringIDs.length + 1];
371 writeShortTable(dataOut, table_stringIDs);
1319 * (12) table_stringIDs :The index of this table is the string ID, the
1367 private static short[] table_stringIDs; field in class:FontConfiguration
1547 System.out.println(" stringID: Num =" + table_stringIDs.length);
1729 table_stringIDs[stringID],
1730 table_stringIDs[stringID+1] - table_stringIDs[stringID]);
1947 table_stringIDs
[all...]

Completed in 34 milliseconds