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

  /external/chromium_org/chrome/tools/convert_dict/
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();

Completed in 111 milliseconds