Home
last modified time | relevance | path

Searched defs:ConfigConvKey (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dlanguage.hpp24 struct ConfigConvKey : public ConvKey { struct
25 Config::Value config_val;
27 ConfigConvKey(const T & v) : config_val(v) { in ConfigConvKey() argument
31 ConfigConvKey & operator=(const ConfigConvKey & other) { in operator =()
37 void fix_encoding_str() { in fix_encoding_str()
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dlanguage.hpp24 struct ConfigConvKey : public ConvKey { struct
25 Config::Value config_val;
27 ConfigConvKey(const T & v) : config_val(v) { in ConfigConvKey() function
31 ConfigConvKey & operator=(const ConfigConvKey & other) { in operator =()
37 void fix_encoding_str() { in fix_encoding_str()