summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-21 16:39:31 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-21 16:39:31 +0800
commitb8c33fc248ff56b15bfc4f1e74ac1240670d7173 (patch)
tree309934e361227c6f81ba2f8c9c5187d20ad74f12 /src/storage/pinyin_parser2.h
parentdd2fc6f500ad59c1c42e8875608b3a20057bc374 (diff)
downloadlibpinyin-b8c33fc248ff56b15bfc4f1e74ac1240670d7173.tar.gz
libpinyin-b8c33fc248ff56b15bfc4f1e74ac1240670d7173.tar.xz
libpinyin-b8c33fc248ff56b15bfc4f1e74ac1240670d7173.zip
add chewing_table.h.in
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index a19ddf2..3832bd3 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -68,6 +68,11 @@ typedef struct {
const char * m_yunmus[2];
} double_pinyin_scheme_yunmu_item_t;
+typedef struct {
+ const char m_input;
+ const char * m_chewing;
+} chewing_scheme_item_t;
+
typedef GArray * ChewingKeyVector;
typedef GArray * ChewingKeyRestVector;
typedef GArray * ParseValueVector;