~ubuntu-branches/ubuntu/trusty/opencc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/dictionary_group.h

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2010-09-22 20:40:54 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100922204054-eaing151gxd1egwn
Tags: 0.1.2-1
* New upstream release.
* debian/libopencc1.symbols: updated. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
int dictionary_group_load(dictionary_group_t t_dictionary, const char * filename,
41
41
                opencc_dictionary_type type);
42
42
 
43
 
const ucs4_t * dictionary_group_match_longest(dictionary_group_t t_dictionary, const ucs4_t * word,
 
43
const ucs4_t * const * dictionary_group_match_longest(dictionary_group_t t_dictionary, const ucs4_t * word,
44
44
                size_t maxlen, size_t * match_length);
45
45
 
46
46
size_t dictionary_group_get_all_match_lengths(dictionary_group_t t_dictionary, const ucs4_t * word,