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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java340 table_stringTable = new char[len];
344 table_stringTable[i++] = (char)(bb[j++] << 8 | (bb[j++] & 0xff));
373 dataOut.writeChars(new String(table_stringTable));
1323 * (13) table_stringTable :The real storage of all character strings defined
1368 private static char[] table_stringTable; field in class:FontConfiguration
1548 System.out.println(" stringTable: Size=" + table_stringTable.length * 2);
1728 new String (table_stringTable,
1952 table_stringTable = stringTable.toString().toCharArray();

Completed in 35 milliseconds