Home | History | Annotate | Download | only in common

Lines Matching full:trie

116     _NORM_INDEX_TRIE_SIZE,              /* number of bytes in normalization trie */
129 _NORM_INDEX_FCD_TRIE_SIZE, /* number of bytes in FCD trie */
131 _NORM_INDEX_AUX_TRIE_SIZE, /* number of bytes in the auxiliary trie */
170 * Change to version 2.1: add third/auxiliary trie with associated data.
228 * The first trie (normTrie above)
230 * The second trie (fcdTrie above) provides data just for FCD checks.
233 * - norm32 data words from the first trie
244 * code unit in the second trie access
357 * - FCD trie
359 * The FCD trie is very simple.
360 * It is a folded trie with 16-bit data words.
367 * by checking the code unit instead of the trie data.
370 * then instead of cc's it contains the offset for the second trie lookup.
373 * - Auxiliary trie and data
375 * The auxiliary 16-bit trie contains data for additional properties.
415 * into the auxiliary trie.