Lines Matching full:trie
60 i2 trieSize; -- size in bytes of the case mapping properties trie
69 Serialized trie, see utrie.h;
76 Trie data word:
103 trie word.
113 13..12 same as non-exception trie data bits 5..4
828 /* excIndex will be returned for storing in the trie word */
1062 fprintf(stderr, "gencase error: unable to set trie value (overflow)\n");
1081 printf("trie size in bytes: %5d\n", (int)trieSize);
1090 UTrie trie={ NULL };
1094 utrie_unserialize(&trie, trieBlock, trieSize, &errorCode);
1098 "gencase error: failed to utrie_unserialize(ucase.icu trie) - %s\n",
1107 trie2=utrie2_fromUTrie(&trie, 0, &errorCode);