summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-21 14:42:38 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-21 14:42:38 +0800
commit7cd34c7db28627f5eabab94059e56965e3bf8727 (patch)
tree4f1b9fc5343681b3294de48a9f06f799ca7c3b37 /src/storage/pinyin_parser2.h
parenta2839e6a76eeeb49a8f5b0218548b8aa3bc136ad (diff)
downloadlibpinyin-7cd34c7db28627f5eabab94059e56965e3bf8727.tar.gz
libpinyin-7cd34c7db28627f5eabab94059e56965e3bf8727.tar.xz
libpinyin-7cd34c7db28627f5eabab94059e56965e3bf8727.zip
begin to write gen double pinyin header
Diffstat (limited to 'src/storage/pinyin_parser2.h')
-rw-r--r--src/storage/pinyin_parser2.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h
index e0b43ea..a19ddf2 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -60,6 +60,13 @@ typedef struct {
guint32 m_new_freq;
} resplit_table_item_t;
+typedef struct {
+ const char * m_shengmu;
+} double_pinyin_scheme_shengmu_item_t;
+
+typedef struct {
+ const char * m_yunmus[2];
+} double_pinyin_scheme_yunmu_item_t;
typedef GArray * ChewingKeyVector;
typedef GArray * ChewingKeyRestVector;