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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DFontConfiguration.java1709 list[entry.getValue()] = getStringID(entry.getKey());
1745 private static short getStringID(String s) { method in class:FontConfiguration
1770 return getStringID(s);
1888 table_exclusions[entry.getKey()] = getStringID(new String (exC));
1940 head[INDEX_appendedfontpath] = getStringID(appendedfontpath);
1943 head[INDEX_version] = getStringID(version);
2199 alphabeticSuffix.put(elcID, getStringID("default"));
2202 alphabeticSuffix.put(elcID, getStringID("1252"));
2216 awtfontpaths.put(getID(scriptIDs, key), getStringID(value));

Completed in 41 milliseconds