Home | History | Annotate | Download | only in common

Lines Matching full:trie

125     _NORM_INDEX_TRIE_SIZE,              /* number of bytes in normalization trie */
138 _NORM_INDEX_FCD_TRIE_SIZE, /* number of bytes in FCD trie */
140 _NORM_INDEX_AUX_TRIE_SIZE, /* number of bytes in the auxiliary trie */
320 * Get access to the internal FCD trie table to be able to perform
322 * One pointer is sufficient because the trie index values are offset
323 * by the index size, so that the same pointer is used to access the trie data.
480 * Enumerate each normalization data trie and add the
508 * Change to version 2.1: add third/auxiliary trie with associated data.
566 * The first trie (normTrie above)
568 * The second trie (fcdTrie above) provides data just for FCD checks.
571 * - norm32 data words from the first trie
582 * code unit in the second trie access
695 * - FCD trie
697 * The FCD trie is very simple.
698 * It is a folded trie with 16-bit data words.
705 * by checking the code unit instead of the trie data.
708 * then instead of cc's it contains the offset for the second trie lookup.
711 * - Auxiliary trie and data
713 * The auxiliary 16-bit trie contains data for additional properties.
753 * into the auxiliary trie.