Lines Matching refs:symbols
109 // Get symbols.
129 if (IsFull(tree)) return 0; // error: too many symbols.
155 // Find out number of symbols and the root symbol.
187 // Add symbols one-by-one.
207 const int* const symbols, int max_symbol,
215 assert(symbols != NULL);
220 // Add symbols one-by-one.
223 if (symbols[i] < 0 || symbols[i] >= max_symbol) {
226 if (!TreeAddSymbol(tree, symbols[i], codes[i], code_lengths[i])) {