Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
| struct | _HyphenDict |
| struct | _HyphenState |
| struct | _HyphenTrans |
Macros | |
| #define | MAX_CHARS 256 |
| #define | MAX_NAME 20 |
Définition de type | |
| typedef _HyphenDict | HyphenDict |
| typedef _HyphenState | HyphenState |
| typedef _HyphenTrans | HyphenTrans |
Fonctions | |
| HyphenDict * | hnj_hyphen_load (const char *fn) |
| void | hnj_hyphen_free (HyphenDict *dict) |
| int | hnj_hyphen_hyphenate (HyphenDict *dict, const char *word, int word_size, char *hyphens) |
| #define MAX_NAME 20 |
| typedef struct _HyphenDict HyphenDict |
| typedef struct _HyphenState HyphenState |
| typedef struct _HyphenTrans HyphenTrans |
| void hnj_hyphen_free | ( | HyphenDict * | dict | ) |
Définition à la ligne 361 du fichier hyphen.c.
Références hnj_free(), _HyphenState::match, _HyphenDict::num_states, _HyphenDict::states, et _HyphenState::trans.
Référencé par KoHyphenator::~KoHyphenator().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| int hnj_hyphen_hyphenate | ( | HyphenDict * | dict, | |
| const char * | word, | |||
| int | word_size, | |||
| char * | hyphens | |||
| ) |
Définition à la ligne 382 du fichier hyphen.c.
Références _HyphenTrans::ch, _HyphenState::fallback_state, hnj_malloc(), _HyphenState::match, MAX_WORD, _HyphenTrans::new_state, _HyphenState::num_trans, _HyphenDict::states, et _HyphenState::trans.
Référencé par KoHyphenator::hyphenate(), et KoHyphenator::hyphens().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| HyphenDict* hnj_hyphen_load | ( | const char * | fn | ) |
Définition à la ligne 226 du fichier hyphen.c.
Références _HyphenDict::cset, _HashTab::entries, gensymbolfontmap::f, _HyphenState::fallback_state, hnj_add_trans(), hnj_get_state(), hnj_hash_insert(), hnj_hash_lookup(), hnj_hash_new(), hnj_malloc(), hnj_strdup(), _HashEntry::key, _HyphenState::match, MAX_NAME, _HashEntry::next, _HyphenDict::num_states, _HyphenState::num_trans, _HyphenDict::states, _HyphenState::trans, et _HashEntry::val.
Référencé par KoHyphenator::dict().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
1.5.1-p1