Home
last modified time | relevance | path

Searched refs:code2table (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/hunspell/src/tools/
H A Dhzip.cxx77 void code2table(struct item* tree, char** table, char* code, int deep) { in code2table() function
85 code2table(tree->left, table, code, deep + 1); in code2table()
96 code2table(tree->right, table, code, deep + 1); in code2table()
166 code2table(l[0], table, NULL, 0); in get_codetable()
/dports/textproc/sigil/Sigil-1.8.0/3rdparty/hunspell/src/tools/
H A Dhzip.c36 void code2table(struct item * tree, char **table, char * code, int deep) { in code2table() function
43 if (tree->left) code2table(tree->left, table, code, deep + 1); in code2table()
52 if (tree->right) code2table(tree->right, table, code, deep + 1); in code2table()
116 code2table(l[0], table, NULL, 0); in get_codetable()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/hunspell/src/tools/
H A Dhzip.cxx77 void code2table(struct item* tree, char** table, char* code, int deep) { in code2table() function
85 code2table(tree->left, table, code, deep + 1); in code2table()
96 code2table(tree->right, table, code, deep + 1); in code2table()
166 code2table(l[0], table, NULL, 0); in get_codetable()
/dports/textproc/hunspell/hunspell-1.7.0/src/tools/
H A Dhzip.cxx77 void code2table(struct item* tree, char** table, char* code, int deep) { in code2table() function
85 code2table(tree->left, table, code, deep + 1); in code2table()
96 code2table(tree->right, table, code, deep + 1); in code2table()
166 code2table(l[0], table, NULL, 0); in get_codetable()