Searched refs:DecoderChainSpec (Results 1 – 4 of 4) sorted by relevance
57 public static class DecoderChainSpec<T> { class in BinaryDictOffdeviceUtils68 public DecoderChainSpec() { in DecoderChainSpec() method in BinaryDictOffdeviceUtils.DecoderChainSpec73 private DecoderChainSpec(final DecoderChainSpec<T> src) { in DecoderChainSpec() method in BinaryDictOffdeviceUtils.DecoderChainSpec101 public DecoderChainSpec next() { in next()105 return new DecoderChainSpec(this); in next()224 public static <T> DecoderChainSpec<T> decodeDictionaryForProcess(@Nonnull final File src, in decodeDictionaryForProcess()226 @Nonnull DecoderChainSpec spec = new DecoderChainSpec(); in decodeDictionaryForProcess()260 public static DecoderChainSpec<File> getRawDictionaryOrNull(@Nonnull final File src) { in getRawDictionaryOrNull()271 final DecoderChainSpec<File> decodedSpec = getRawDictionaryOrNull(file); in getDictionary()
19 import com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtils.DecoderChainSpec;51 final DecoderChainSpec<DictionaryHeader> spec = in run()
82 final BinaryDictOffdeviceUtils.DecoderChainSpec<DictionaryHeader> decodedSpec = in run()
23 import com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtils.DecoderChainSpec;108 final BinaryDictOffdeviceUtils.DecoderChainSpec<File> decodeSpec = in testGetRawDictWorks()197 final DecoderChainSpec<DictionaryHeader> spec = in runTestHeaderReaderProcessorWithOneSpec()