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

/openjdk7/jdk/test/java/util/Currency/
H A DCheckDataVersion.java37 static String fileVersion; field in class:CheckDataVersion
50 fileVersion = line.substring(FILEVERSIONKEY.length());
55 if (fileVersion != null && dataVersion != null) {
74 if (Integer.parseInt(fileVersion) != fileVerNumber ||
76 throw new RuntimeException("Test data and JRE's currency data are inconsistent. test: (file: "+fileVersion+" data: "+dataVersion+"), JRE: (file: "+fileVerNumber+" data: "+dataVerNumber+")");
78 System.out.println("test: (file: "+fileVersion+" data: "+dataVersion+"), JRE: (file: "+fileVerNumber+" data: "+dataVerNumber+")");
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DFcFontConfiguration.java68 private static final String fileVersion = "1"; field in class:FcFontConfiguration
350 String name = "fcinfo-"+fileVersion+"-"+hostname+"-"+
359 props.setProperty("version", fileVersion);
432 if (version == null || !version.equals(fileVersion)) {

Completed in 219 milliseconds