Searched refs:mOutputXml (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDictionaryMaker.java68 public final String mOutputXml; field in class:DictionaryMaker.Arguments
76 checkNotSameFile(mInputBinary, mOutputXml);
78 checkNotSameFile(mInputCombined, mOutputXml);
80 checkNotSameFile(mInputUnigramXml, mOutputXml);
83 checkNotSameFile(mInputShortcutXml, mOutputXml);
86 checkNotSameFile(mInputBigramXml, mOutputXml);
88 checkNotSameFile(mOutputBinary, mOutputXml);
90 checkNotSameFile(mOutputXml, mOutputCombined);
108 if (null == mOutputBinary && null == mOutputXml && null == mOutputCombined) {
225 mOutputXml
[all...]

Completed in 48 milliseconds