Searched defs:specialMaps (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/jdk/make/tools/src/build/tools/generatecharacter/ |
| H A D | GenerateCharacter.java | 309 static long[] buildMap(UnicodeSpec[] data, SpecialCaseMap[] specialMaps, PropList propList) argument 322 result[k] = buildOne(codePoint, data[j], specialMaps); 330 result[k] = buildOne(codePoint, data[j], specialMaps); 338 result[k] = buildOne(codePoint, nonCharSpec, specialMaps); 345 result[k] = buildOne(codePoint, data[j], specialMaps); 358 result[k] = buildOne(codePoint, nonCharSpec, specialMaps); 412 static long buildOne(int c, UnicodeSpec us, SpecialCaseMap[] specialMaps) { argument
|
Completed in 64 milliseconds