Lines Matching full:trie
57 i2 trieSize; -- size in bytes of the bidi/shaping properties trie
67 otherwise the bits are used like enum fields in the trie word
69 Serialized trie, see utrie.h;
75 Trie data word:
94 delta stored in the trie data value. Only those where the delta does not fit
95 into the trie data are stored in this table.
115 The Joining_Group values do not fit into the 16-bit trie, but the data is also
169 /* delta does not fit into the trie properties value, store in the mirrors[] table */
315 /* store most values from vector column 0 in the trie */
317 fprintf(stderr, "genbidi error: unable to set trie value (overflow)\n");
368 printf("trie size in bytes: %5d\n", (int)trieSize);
381 UTrie trie={ NULL };
385 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
389 "genbidi error: failed to utrie_unserialize(ubidi.icu trie) - %s\n",
398 trie2=utrie2_fromUTrie(&trie, 0, &errorCode);