summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-23 16:53:04 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-23 16:53:04 +0800
commit26719a855a15becc772e90f715bd974e113912b4 (patch)
treef5652e34beae478b912c7b44552c5a1c77710100 /src/storage/pinyin_parser2.h
parentc69900e3d25a01101ac82081d9565a59aa477980 (diff)
downloadlibpinyin-26719a855a15becc772e90f715bd974e113912b4.tar.gz
libpinyin-26719a855a15becc772e90f715bd974e113912b4.tar.xz
libpinyin-26719a855a15becc772e90f715bd974e113912b4.zip
write parse_one_key for chewing parser2
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index ea7c796..6a31703 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -214,6 +214,7 @@ public:
public:
bool set_scheme(ChewingScheme scheme);
+ bool in_chewing_scheme(const char key);
};