OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hunspell
(Results
1 - 6
of
6
) 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/tools/memory_watcher/scripts/
summary.pl
75
} elsif ($loc =~ m/
hunspell
/) {
76
$location_blame = "
hunspell
";
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc
22
#include "third_party/
hunspell
/google/bdict.h"
65
//
hunspell
dictionaries (determined in InitializeDictionaryLocation), or it
94
hunspell
::BDict::Verify(reinterpret_cast<const char*>(map.data()),
269
if (!
hunspell
::BDict::Verify(data->data(), data->size())) {
/external/chromium/chrome/browser/
spellcheck_host_impl.cc
23
#include "third_party/
hunspell
/google/bdict.h"
40
// Collect metrics on how often
Hunspell
is used on OS X vs the native
289
if (!
hunspell
::BDict::Verify(data_.data(), data_.size())) {
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc
63
// TODO(groby): Forcing spellcheck to use
hunspell
, even on OSX.
357
// [REGRESSION] Issue 128896: "en_US
hunspell
dictionary includes
1290
base::FilePath
hunspell
= GetHunspellDirectory();
local
[
all
...]
Completed in 566 milliseconds