Lines Matching refs:Short

464     private Set<Short> coreFontNameIDs = new HashSet<Short>();
465 private Set<Short> fallbackFontNameIDs = new HashSet<Short>();
1188 Short[] emptyShortArray = new Short[0];
1189 Short[] core = coreFontNameIDs.toArray(emptyShortArray);
1190 Short[] fallback = fallbackFontNameIDs.toArray(emptyShortArray);
1645 private HashMap<String, Short> reorderScripts;
1658 reorderScripts = new HashMap<String, Short>();
1705 private static short[] toList(HashMap<String, Short> map) {
1708 for (Entry<String, Short> entry : map.entrySet()) {
1807 for (Entry<Short, Short> entry : scriptAllfonts.entrySet()) {
1811 for (Entry<Short, Short[]> entry : scriptFonts.entrySet()) {
1813 Short[] v = entry.getValue();
1830 for (Entry<Short, short[]> entry : sequences.entrySet()) {
1865 for (Entry<Short, Short> entry : filenames.entrySet()) {
1873 for (Entry<Short, Short> entry : awtfontpaths.entrySet()) {
1880 for (Entry<Short, int[]> entry : exclusions.entrySet()) {
1894 for (Entry<Short, Short> entry : proportionals.entrySet()) {
1905 for (Entry<Short, Short> entry : scriptAllfontsMotif.entrySet()) {
1910 for (Entry<Short, Short[]> entry : scriptFontsMotif.entrySet()) {
1912 Short[] v = entry.getValue();
1931 for (Entry<Short, Short> entry : alphabeticSuffix.entrySet()) {
1961 private HashMap<String, Short> scriptIDs;
1963 private HashMap<String, Short> elcIDs;
1965 private HashMap<String, Short> componentFontNameIDs;
1966 private HashMap<String, Short> fontfileNameIDs;
1971 private HashMap<Short, Short> filenames;
1978 private HashMap<Short, short[]> sequences;
1982 private HashMap<Short, Short[]> scriptFonts;
1985 private HashMap<Short, Short> scriptAllfonts;
1988 private HashMap<Short, int[]> exclusions;
1991 private HashMap<Short, Short> awtfontpaths;
1994 private HashMap<Short, Short> proportionals;
1997 private HashMap<Short, Short> scriptAllfontsMotif;
2000 private HashMap<Short, Short[]> scriptFontsMotif;
2003 private HashMap<Short, Short> alphabeticSuffix;
2024 scriptIDs = new HashMap<String, Short>();
2025 elcIDs = new HashMap<String, Short>();
2026 componentFontNameIDs = new HashMap<String, Short>();
2030 componentFontNameIDs.put("", Short.valueOf((short)0));
2032 fontfileNameIDs = new HashMap<String, Short>();
2033 filenames = new HashMap<Short, Short>();
2034 sequences = new HashMap<Short, short[]>();
2035 scriptFonts = new HashMap<Short, Short[]>();
2036 scriptAllfonts = new HashMap<Short, Short>();
2037 exclusions = new HashMap<Short, int[]>();
2038 awtfontpaths = new HashMap<Short, Short>();
2039 proportionals = new HashMap<Short, Short>();
2040 scriptFontsMotif = new HashMap<Short, Short[]>();
2041 scriptAllfontsMotif = new HashMap<Short, Short>();
2042 alphabeticSuffix = new HashMap<Short, Short>();
2103 private Short getID(HashMap<String, Short> map, String key) {
2104 Short ret = map.get(key);
2127 Short faceID = getID(componentFontNameIDs, key);
2128 Short fileID = getID(fontfileNameIDs, value);
2158 Short elcID = null;
2256 Short scriptID = getID(scriptIDs, key.substring(dot2 + 1));
2263 Short[] pnids;
2270 pnids = new Short[20];