Searched refs:decodeDictionaryForProcess (Results 1 – 4 of 4) sorted by relevance
224 public static <T> DecoderChainSpec<T> decodeDictionaryForProcess(@Nonnull final File src, in decodeDictionaryForProcess() method in BinaryDictOffdeviceUtils261 return decodeDictionaryForProcess(src, new CopyProcessor()); in getRawDictionaryOrNull()
52 BinaryDictOffdeviceUtils.decodeDictionaryForProcess(dictFile, in run()
83 BinaryDictOffdeviceUtils.decodeDictionaryForProcess(new File(mArgs[0]), in run()
198 BinaryDictOffdeviceUtils.decodeDictionaryForProcess(file, in runTestHeaderReaderProcessorWithOneSpec()