Lines Matching defs:datafile
310 * A CRC32 value of all data in datafile
319 * Constructs a RuleBasedBreakIterator according to the datafile
322 public RuleBasedBreakIterator(String datafile)
324 readTables(datafile);
328 * Read datafile. The datafile's format is as follows:
375 protected void readTables(String datafile)
378 byte[] buffer = readFile(datafile);
442 protected byte[] readFile(final String datafile)
450 return new BufferedInputStream(getClass().getResourceAsStream("/sun/text/resources/" + datafile));
466 datafile, "");
473 datafile, "");
480 datafile, "");
488 datafile, "");