Searched refs:hunspell (Results 1 – 20 of 20) sorted by relevance
/external/chromium_org/chrome/tools/convert_dict/ |
D | convert_dict.gyp | 37 '../../../third_party/hunspell/hunspell.gyp:hunspell',
|
D | convert_dict_unittest.cc | 26 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()
|
D | convert_dict.cc | 34 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/ |
D | DEPS | 38 "+third_party/hunspell",
|
D | chrome_renderer.gypi | 367 '../third_party/hunspell/hunspell.gyp:hunspell',
|
D | chrome_tests.gypi | 32 '../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.
|
D | chrome_tests_unit.gypi | 2026 '../third_party/hunspell/hunspell.gyp:hunspell', 2426 '../third_party/hunspell/hunspell.gyp:hunspell',
|
D | chrome_browser_chromeos.gypi | 82 '../third_party/hunspell/hunspell.gyp:hunspell',
|
D | chrome_browser.gypi | 3044 '../third_party/hunspell/hunspell.gyp:hunspell',
|
D | chrome_browser_ui.gypi | 2976 '../third_party/hunspell/hunspell.gyp:hunspell',
|
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_hunspell_dictionary.cc | 198 if (!hunspell::BDict::Verify(data->data(), data->size())) { in OnURLFetchComplete() 276 hunspell::BDict::Verify(reinterpret_cast<const char*>(map.data()), in OpenDictionaryFile()
|
D | spellcheck_platform_mac.mm | 45 // A private utility function to convert hunspell language codes to OS X
|
/external/chromium_org/chrome/renderer/ |
D | BUILD.gn | 128 deps += [ "//third_party/hunspell" ]
|
/external/chromium_org/chrome/browser/ui/ |
D | BUILD.gn | 96 "//third_party/hunspell", 396 deps += [ "//third_party/hunspell" ]
|
/external/chromium_org/ |
D | BUILD.gn | 75 "//third_party/hunspell",
|
D | DEPS | 135 'src/third_party/hunspell': 136 …Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef789afb2f64d02c9a5a50e6… 375 'src/third_party/hunspell': None,
|
D | .gitignore | 264 /third_party/hunspell
|
D | WATCHLISTS | 591 '|third_party/hunspell/'\
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_unittest.cc | 1302 base::FilePath hunspell = GetHunspellDirectory(); in TEST_F() local 1305 spellcheck_languages[i], hunspell); in TEST_F()
|
/external/chromium_org/chrome/browser/ |
D | BUILD.gn | 269 deps += [ "//third_party/hunspell" ]
|