Searched defs:DecoderChainSpec (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DBinaryDictOffdeviceUtils.java57 public static class DecoderChainSpec<T> { class in class:BinaryDictOffdeviceUtils
68 public DecoderChainSpec() { method in class:BinaryDictOffdeviceUtils.DecoderChainSpec
73 private DecoderChainSpec(final DecoderChainSpec<T> src) { method in class:BinaryDictOffdeviceUtils.DecoderChainSpec
101 public DecoderChainSpec next() {
105 return new DecoderChainSpec(this);
224 public static <T> DecoderChainSpec<T> decodeDictionaryForProcess(@Nonnull final File src,
226 @Nonnull DecoderChainSpec spec = new DecoderChainSpec();
260 public static DecoderChainSpec<Fil
[all...]

Completed in 227 milliseconds