Home
last modified time | relevance | path

Searched refs:hunspell (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/tools/convert_dict/
Dconvert_dict.gyp37 '../../../third_party/hunspell/hunspell.gyp:hunspell',
Dconvert_dict_unittest.cc26 hunspell::BDictReader reader; in VerifyWords()
31 hunspell::WordIterator iter = reader.GetAllWordIterator(); in VerifyWords()
33 int affix_ids[hunspell::BDict::MAX_AFFIXES_PER_WORD]; in VerifyWords()
109 hunspell::BDictWriter writer; in RunDictionaryTest()
119 EXPECT_TRUE(hunspell::BDict::Verify(bdict_data.data(), bdict_data.size())); in RunDictionaryTest()
125 EXPECT_FALSE(hunspell::BDict::Verify(bdict_data.data(), in RunDictionaryTest()
Dconvert_dict.cc34 hunspell::BDictReader reader; in VerifyWords()
40 hunspell::WordIterator iter = reader.GetAllWordIterator(); in VerifyWords()
42 int affix_ids[hunspell::BDict::MAX_AFFIXES_PER_WORD]; in VerifyWords()
119 hunspell::BDictWriter writer;
/external/chromium_org/chrome/
DDEPS38 "+third_party/hunspell",
Dchrome_renderer.gypi367 '../third_party/hunspell/hunspell.gyp:hunspell',
Dchrome_tests.gypi32 '../third_party/hunspell/hunspell.gyp:hunspell',
1975 # TODO(groby): This test depends on hunspell and we cannot run it on
1976 # Mac, which does not use hunspell by default.
1995 # TODO(rouslan): This test depends on hunspell and we cannot run it
1996 # on Mac, which does use hunspell by default.
Dchrome_tests_unit.gypi2026 '../third_party/hunspell/hunspell.gyp:hunspell',
2426 '../third_party/hunspell/hunspell.gyp:hunspell',
Dchrome_browser_chromeos.gypi82 '../third_party/hunspell/hunspell.gyp:hunspell',
Dchrome_browser.gypi3044 '../third_party/hunspell/hunspell.gyp:hunspell',
Dchrome_browser_ui.gypi2976 '../third_party/hunspell/hunspell.gyp:hunspell',
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_hunspell_dictionary.cc198 if (!hunspell::BDict::Verify(data->data(), data->size())) { in OnURLFetchComplete()
276 hunspell::BDict::Verify(reinterpret_cast<const char*>(map.data()), in OpenDictionaryFile()
Dspellcheck_platform_mac.mm45 // A private utility function to convert hunspell language codes to OS X
/external/chromium_org/chrome/renderer/
DBUILD.gn128 deps += [ "//third_party/hunspell" ]
/external/chromium_org/chrome/browser/ui/
DBUILD.gn96 "//third_party/hunspell",
396 deps += [ "//third_party/hunspell" ]
/external/chromium_org/
DBUILD.gn75 "//third_party/hunspell",
DDEPS135 'src/third_party/hunspell':
136 …Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef789afb2f64d02c9a5a50e6…
375 'src/third_party/hunspell': None,
D.gitignore264 /third_party/hunspell
DWATCHLISTS591 '|third_party/hunspell/'\
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_unittest.cc1302 base::FilePath hunspell = GetHunspellDirectory(); in TEST_F() local
1305 spellcheck_languages[i], hunspell); in TEST_F()
/external/chromium_org/chrome/browser/
DBUILD.gn269 deps += [ "//third_party/hunspell" ]