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

/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/
H A DFontConfiguration.java364 table_stringTable = new char[len];
368 table_stringTable[i++] = (char)(bb[j++] << 8 | (bb[j++] & 0xff));
397 dataOut.writeChars(new String(table_stringTable));
1347 * (13) table_stringTable :The real storage of all character strings defined
1392 private static char[] table_stringTable; field in class:FontConfiguration
1572 System.out.println(" stringTable: Size=" + table_stringTable.length * 2);
1752 new String (table_stringTable,
1976 table_stringTable = stringTable.toString().toCharArray();

Completed in 136 milliseconds