summaryrefslogtreecommitdiffstats
path: root/src/storage/pinyin_parser2.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2012-04-18 16:06:05 +0800
committerPeng Wu <alexepico@gmail.com>2012-04-18 16:07:35 +0800
commita586f8da45e11c0cd84d5b1ff0582369fb5333c1 (patch)
treed79aa0b8ed0b50f145737bc454a65e222851ef7b /src/storage/pinyin_parser2.h
parent1ca1f3a99d1c4fc342bc9f19da93ff822de37018 (diff)
downloadlibpinyin-a586f8da45e11c0cd84d5b1ff0582369fb5333c1.tar.gz
libpinyin-a586f8da45e11c0cd84d5b1ff0582369fb5333c1.tar.xz
libpinyin-a586f8da45e11c0cd84d5b1ff0582369fb5333c1.zip
write pinyin_get_full_pinyin_candidates in progress
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);