summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
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 09469e7..77ed3d4 100644
--- a/src/storage/pinyin_parser2.h
+++ b/src/storage/pinyin_parser2.h
@@ -152,6 +152,11 @@ protected:
const char * str, int len) const;
public:
+ const divided_table_item_t * retrieve_divided_item
+ (pinyin_option_t options, size_t offset,
+ ChewingKeyVector & keys, ChewingKeyRestVector & key_rests,
+ const char * str, int len) const;
+public:
FullPinyinParser2();
virtual ~FullPinyinParser2() {
g_array_free(m_parse_steps, TRUE);