summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-09-24 11:00:22 +0800
committerPeng Wu <alexepico@gmail.com>2013-09-24 11:13:14 +0800
commit2c9bb02d7f3e7b081952dac4746b901e8f76d77e (patch)
treeb2a00952e375631c8ab20d20397946e8c35f80d7 /src/storage/pinyin_parser2.h
parentd6839ba44930779be257ecf1f3bfb756725432f0 (diff)
downloadlibzhuyin-2c9bb02d7f3e7b081952dac4746b901e8f76d77e.tar.gz
libzhuyin-2c9bb02d7f3e7b081952dac4746b901e8f76d77e.tar.xz
libzhuyin-2c9bb02d7f3e7b081952dac4746b901e8f76d77e.zip
write in_chewing_scheme method
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index 948b0a3..472ba5e 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -143,6 +143,7 @@ public:
public:
bool set_scheme(PinyinScheme scheme);
+ bool in_chewing_scheme(pinyin_option_t options, const char key, const char ** symbol) const;
};
@@ -195,6 +196,7 @@ public:
bool in_chewing_scheme(pinyin_option_t options, const char key, const char ** symbol) const;
};
+
class ChewingDaChenCP26Parser2 : public PhoneticParser2
{
/* some internal pointers to chewing scheme table. */