From 8b965d46e1ce5c44c116049e408fb34f3c0403b4 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 23 Apr 2012 15:10:35 +0800 Subject: write retrieve table items in progress --- src/storage/pinyin_parser2.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/storage/pinyin_parser2.h') diff --git a/src/storage/pinyin_parser2.h b/src/storage/pinyin_parser2.h index 50bcef0..864932a 100644 --- a/src/storage/pinyin_parser2.h +++ b/src/storage/pinyin_parser2.h @@ -155,6 +155,18 @@ public: const divided_table_item_t * retrieve_divided_item (pinyin_option_t options, ChewingKey * key, ChewingKeyRest * rest, const char * str, int len) const; + + const resplit_table_item_t * retrieve_resplit_item_by_original_pinyins + (pinyin_option_t options, + ChewingKey * cur_key, ChewingKeyRest * cur_rest, + ChewingKey * next_key, ChewingKeyRest * next_rest, + const char * str, int len) const; + const resplit_table_item_t * retrieve_resplit_item_by_resplit_pinyins + (pinyin_option_t options, + ChewingKey * cur_key, ChewingKeyRest * cur_rest, + ChewingKey * next_key, ChewingKeyRest * next_rest, + const char * str, int len) const; + public: FullPinyinParser2(); virtual ~FullPinyinParser2() { -- cgit