Searched refs:mDictionaryOptions (Results 1 – 6 of 6) sorted by relevance
31 public final DictionaryOptions mDictionaryOptions; field in DictionaryHeader63 mDictionaryOptions = dictionaryOptions; in DictionaryHeader()89 return mDictionaryOptions.mAttributes.get(DICTIONARY_DESCRIPTION_KEY);
66 System.out.print(header.mDictionaryOptions.toString(2 /* indentCount */, plumbing)); in run()
66 new FusionDictionary(new FusionDictionary.PtNodeArray(), header.mDictionaryOptions); in readDictionaryBinary()
209 final String version = header.mDictionaryOptions.mAttributes.get(VERSION_KEY); in hackCanUseDictionaryFile()
703 header.mDictionaryOptions.mAttributes)); in dumpAllWordsForDebug()
204 assertEquals(header.mDictionaryOptions.mAttributes, options); in runTestHeaderReaderProcessorWithOneSpec()