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

  /external/chromium_org/chrome/tools/convert_dict/
convert_dict.cc 5 // This tool converts Hunspell .aff/.dic pairs to a combined binary dictionary
25 #include "third_party/hunspell/google/bdict_reader.h"
26 #include "third_party/hunspell/google/bdict_writer.h"
34 hunspell::BDictReader reader;
40 hunspell::WordIterator iter = reader.GetAllWordIterator();
42 int affix_ids[hunspell::BDict::MAX_AFFIXES_PER_WORD];
119 hunspell::BDictWriter writer;
convert_dict_unittest.cc 16 #include "third_party/hunspell/google/bdict_reader.h"
17 #include "third_party/hunspell/google/bdict_writer.h"
26 hunspell::BDictReader reader;
31 hunspell::WordIterator iter = reader.GetAllWordIterator();
33 int affix_ids[hunspell::BDict::MAX_AFFIXES_PER_WORD];
109 hunspell::BDictWriter writer;
119 EXPECT_TRUE(hunspell::BDict::Verify(bdict_data.data(), bdict_data.size()));
125 EXPECT_FALSE(hunspell::BDict::Verify(bdict_data.data(),
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 22 #include "third_party/hunspell/google/bdict.h"
198 if (!hunspell::BDict::Verify(data->data(), data->size())) {
243 // hunspell dictionaries (determined in InitializeDictionaryLocation), or it
276 hunspell::BDict::Verify(reinterpret_cast<const char*>(map.data()),
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 61 // TODO(groby): Forcing spellcheck to use hunspell, even on OSX.
355 // [REGRESSION] Issue 128896: "en_US hunspell dictionary includes
1302 base::FilePath hunspell = GetHunspellDirectory(); local
    [all...]

Completed in 110 milliseconds