Searched refs:hyphen_trie (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Denv.cpp3357 class hyphen_trie : private trie { class in inherits:trie
3365 hyphen_trie() {} function in class:hyphen_trie
3366 ~hyphen_trie() {}
3374 hyphen_trie patterns;
3527 void hyphen_trie::insert_pattern(const char *pat, int patlen, int *num)
3536 void hyphen_trie::insert_hyphenation(dictionary *ex, const char *pat,
3563 void hyphen_trie::hyphenate(const char *word, int len, int *hyphens)
3579 void hyphen_trie::do_match(int i, void *v)
3588 void hyphen_trie::do_delete(void *v)
3625 int hyphen_trie
[all...]

Completed in 103 milliseconds