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

  /external/chromium_org/chrome/tools/convert_dict/
dic_reader.h 19 class AffReader;
33 // Non-numeric affixes will be added to the given AffReader and converted into
35 bool Read(AffReader* aff_reader);
aff_reader.cc 61 AffReader::AffReader(const base::FilePath& path)
69 AffReader::~AffReader() {
74 bool AffReader::Read() {
145 bool AffReader::EncodingToUTF8(const std::string& encoded,
155 int AffReader::GetAFIndexForAFString(const std::string& af_string) {
165 std::vector<std::string> AffReader::GetAffixGroups() const {
185 int AffReader::AddAffixGroup(std::string* rule) {
195 void AffReader::AddAffix(std::string* rule)
    [all...]
aff_reader.h 19 class AffReader {
21 explicit AffReader(const base::FilePath& path);
22 ~AffReader();
dic_reader.cc 54 bool PopulateWordSet(WordSet* word_set, FILE* file, AffReader* aff_reader,
151 bool DicReader::Read(AffReader* aff_reader) {
convert_dict.cc 103 convert_dict::AffReader aff_reader(aff_path);
convert_dict_unittest.cc 91 // Read the above affix file with AffReader and read the dictionary file
93 convert_dict::AffReader aff_reader(aff_file);
131 // We need to delete them after the above AffReader and DicReader are deleted

Completed in 173 milliseconds