HomeSort by relevance Sort by last modified time
    Searched refs:decodedSpec (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Package.java 82 final BinaryDictOffdeviceUtils.DecoderChainSpec<DictionaryHeader> decodedSpec =
85 if (null == decodedSpec) {
89 System.out.println("Packaging : " + decodedSpec.describeChain());
91 final InputStream input = decodedSpec.getStream(new File(mArgs[0]));
BinaryDictOffdeviceUtils.java 271 final DecoderChainSpec<File> decodedSpec = getRawDictionaryOrNull(file);
272 if (null == decodedSpec) {
275 if (CombinedInputOutput.isCombinedDictionary(decodedSpec.mResult.getAbsolutePath())) {
278 System.out.println("Packaging : " + decodedSpec.describeChain());
279 System.out.println("Uncompressed size : " + decodedSpec.mResult.length());
282 new InputStreamReader(new FileInputStream(decodedSpec.mResult), "UTF-8"))) {
287 decodedSpec.mResult, 0, decodedSpec.mResult.length(),
291 System.out.println("Packaging : " + decodedSpec.describeChain());
292 System.out.println("Uncompressed size : " + decodedSpec.mResult.length())
    [all...]

Completed in 64 milliseconds