Searched defs:addLCIDMapEntry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTrueTypeFont.java1288 private static void addLCIDMapEntry(Map<String, Short> map, method in class:TrueTypeFont
1311 // $1~/0x04/ { print " addLCIDMapEntry(map, " substr($3, 0, 3) "\", (short) " substr($1, 0, 6) ");" ; next }
1312 // $3~/,/ { print " addLCIDMapEntry(map, " $3 " (short) " substr($1, 0, 6) ");" ; next }
1313 // { print " addLCIDMapEntry(map, " $3 ", (short) " substr($1, 0, 6) ");" ; next }
1326 addLCIDMapEntry(map, "ar", (short) 0x0401);
1327 addLCIDMapEntry(map, "bg", (short) 0x0402);
1328 addLCIDMapEntry(map, "ca", (short) 0x0403);
1329 addLCIDMapEntry(map, "zh", (short) 0x0404);
1330 addLCIDMapEntry(map, "cs", (short) 0x0405);
1331 addLCIDMapEntry(ma
[all...]

Completed in 33 milliseconds