summaryrefslogtreecommitdiffstats
path: root/src/storage/phonetic_key_matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/phonetic_key_matrix.h')
-rw-r--r--src/storage/phonetic_key_matrix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/storage/phonetic_key_matrix.h b/src/storage/phonetic_key_matrix.h
index 2d3c24f..75ea2aa 100644
--- a/src/storage/phonetic_key_matrix.h
+++ b/src/storage/phonetic_key_matrix.h
@@ -171,13 +171,13 @@ public:
};
/**
- * fill_phonetic_key_matrix_from_chewing_keys:
+ * fill_matrix:
* Convert ChewingKeyVector and ChewingKeyRestVector
* to PhoneticKeyMatrix.
*/
-bool fill_phonetic_key_matrix_from_chewing_keys(PhoneticKeyMatrix * matrix,
- ChewingKeyVector keys,
- ChewingKeyRestVector key_rests);
+bool fill_matrix(PhoneticKeyMatrix * matrix,
+ ChewingKeyVector keys,
+ ChewingKeyRestVector key_rests);
/**
* resplit_step:
@@ -205,7 +205,7 @@ bool inner_split_step(pinyin_option_t options,
bool fuzzy_syllable_step(pinyin_option_t options,
PhoneticKeyMatrix * matrix);
-bool dump_phonetic_key_matrix(PhoneticKeyMatrix * matrix);
+bool dump_matrix(PhoneticKeyMatrix * matrix);
int search_matrix(FacadeChewingTable2 * table,
PhoneticKeyMatrix * matrix,