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

  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.h 22 class DicReader {
30 explicit DicReader(const base::FilePath& path);
31 ~DicReader();
dic_reader.cc 131 DicReader::DicReader(const base::FilePath& path) {
144 DicReader::~DicReader() {
151 bool DicReader::Read(AffReader* aff_reader) {
convert_dict.cc 32 bool VerifyWords(const convert_dict::DicReader::WordList& org_words,
112 // DicReader will also read the .dic_delta file.
113 convert_dict::DicReader dic_reader(dic_path);
convert_dict_unittest.cc 24 bool VerifyWords(const convert_dict::DicReader::WordList& org_words,
92 // with DicReader, respectively.
96 convert_dict::DicReader dic_reader(dic_file);
99 // Verify this DicReader includes all the input words.
131 // We need to delete them after the above AffReader and DicReader are deleted
139 // Tests whether or not our DicReader can read all the input English words
160 // Tests whether or not our DicReader can read all the input Russian words.
182 // Tests whether or not our DicReader can read all the input Hungarian words.

Completed in 1079 milliseconds