Searched refs:OutdatedPaths (Results 1 – 5 of 5) sorted by relevance
45 public class OutdatedPaths { class63 public OutdatedPaths() { in OutdatedPaths() method in OutdatedPaths72 public OutdatedPaths(String directory) { in OutdatedPaths() method in OutdatedPaths86 if (!OutdatedPaths.FORMAT_KEY.equals(key)) { in readLocaleToPaths()87 …ow new IllegalArgumentException("Mismatch in FORMAT_KEY: expected=" + OutdatedPaths.FORMAT_KEY + "… in readLocaleToPaths()123 if (!OutdatedPaths.FORMAT_KEY.equals(key)) { in readBirthValues()124 …ow new IllegalArgumentException("Mismatch in FORMAT_KEY: expected=" + OutdatedPaths.FORMAT_KEY + "… in readBirthValues()267 public static OutdatedPaths getInstance() { in getInstance()268 OutdatedPaths outdatedPaths = SINGLETON.get(); in getInstance()270 outdatedPaths = new OutdatedPaths(); in getInstance()[all …]
13 private OutdatedPaths outdatedPaths;18 outdatedPaths = OutdatedPaths.getInstance(); in CheckNew()
22 import org.unicode.cldr.test.OutdatedPaths;113 english.writeBirthValues(dataDirectory + "/" + OutdatedPaths.OUTDATED_ENGLISH_DATA); in main()119 OutdatedPaths.readBirthValues(dataDirectory, null, pathToPrevious); in main()125 previous = OutdatedPaths.NO_VALUE; in main()140 File file = new File(dataDirectory + "/" + OutdatedPaths.OUTDATED_DATA); in main()144 dataOut.writeUTF(OutdatedPaths.FORMAT_KEY); in main()178 OutdatedPaths outdatedPaths = new OutdatedPaths(dataDirectory); in main()248 previous = OutdatedPaths.NO_VALUE; // fixNullPrevious(xpath); in Births()280 dataOut.writeUTF(OutdatedPaths.FORMAT_KEY); in writeBirthValues()295 final String previousString = previous == null ? OutdatedPaths.NO_VALUE : previous; in writeBirthValues()[all …]
8 import org.unicode.cldr.test.OutdatedPaths;25 OutdatedPaths outdatedPaths = new OutdatedPaths();
32 import org.unicode.cldr.test.OutdatedPaths;204 public static OutdatedPaths getOutdatedPaths() { in getOutdatedPaths()210 static final OutdatedPaths outdatedPaths = new OutdatedPaths();