From e67363a8b68771a5f4314a507d6a78c27267a6f7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 28 Aug 2012 14:52:51 +0800 Subject: update comments --- src/storage/chewing_large_table.cpp | 2 +- src/storage/phrase_large_table2.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/storage/chewing_large_table.cpp b/src/storage/chewing_large_table.cpp index b8be274..921883b 100644 --- a/src/storage/chewing_large_table.cpp +++ b/src/storage/chewing_large_table.cpp @@ -114,7 +114,7 @@ void ChewingBitmapIndexLevel::reset() { } -/* search methods */ +/* search method */ int ChewingBitmapIndexLevel::search(int phrase_length, /* in */ ChewingKey keys[], diff --git a/src/storage/phrase_large_table2.cpp b/src/storage/phrase_large_table2.cpp index 0cd1fb2..5571e4d 100644 --- a/src/storage/phrase_large_table2.cpp +++ b/src/storage/phrase_large_table2.cpp @@ -116,6 +116,9 @@ void PhraseBitmapIndexLevel2::reset(){ } } + +/* search method */ + int PhraseBitmapIndexLevel2::search(int phrase_length, /* in */ ucs4_t phrase[], /* out */ PhraseTokens tokens) const { -- cgit