Home
last modified time | relevance | path

Searched refs:m_opencc_config (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/ibus-libpinyin/ibus-libpinyin-1.11.1/src/
H A DPYConfig.h74 std::string openccConfig (void) const { return m_opencc_config; } in openccConfig()
96 std::string m_opencc_config; variable
H A DPYConfig.cc65 m_opencc_config = "s2t.json"; in initDefaultValues()
H A DPYPConfig.cc125 m_opencc_config = "s2t.json"; in initDefaultValues()
219 m_opencc_config = read (CONFIG_OPENCC_CONFIG, "s2t.json"); in readDefaultValues()
288 m_opencc_config = normalizeGVariant (value, std::string ("s2t.json")); in valueChanged()