Lines Matching defs:trie
40 i1 inpcTop; -- limit byte offset of the InPC trie
41 i2 inscTop; -- limit byte offset of the InSC trie
42 i3 voTop; -- limit byte offset of the vo trie
90 UProperty prop, UMutableCPTrie *trie,
142 UProperty prop, UMutableCPTrie *trie,
158 umutablecptrie_set(trie, start, value, &errorCode);
160 umutablecptrie_setRange(trie, start, end, value, &errorCode);
163 fprintf(stderr, "error: umutablecptrie_set(prop 0x%x trie %04lX..%04lX) failed - %s\n",
173 UCPTrie *trie = umutablecptrie_buildImmutable(mutableTrie, type, valueWidth, &errorCode);
175 fprintf(stderr, "genprops error: %s trie buildImmutable() failed: %s\n",
177 return trie;
181 int32_t length = ucptrie_toBinary(trie, nullptr, 0, &overflow);
182 printf("%11s trie size in bytes: %5u\n", name, (int)length);
184 return trie;
197 int32_t writeTrieBytes(const UCPTrie *trie, uint8_t block[], UErrorCode &errorCode) {
198 int32_t length = ucptrie_toBinary(trie, block, TRIE_BLOCK_CAPACITY, &errorCode);
244 // For Java, each serialized trie was written as a String constant with
270 // Set reserved trie-top values to the top of the last trie