Home | History | Annotate | Download | only in unicode

Lines Matching refs:UCPTrie

4 // umutablecptrie.h (split out of ucptrie.h)
16 #include "unicode/ucptrie.h"
26 * @see UCPTrie
37 * It builds a compacted, immutable UCPTrie.
45 * @see UCPTrie
55 * determines the number of bits in the data value in the resulting UCPTrie.
129 umutablecptrie_fromUCPTrie(const UCPTrie *trie, UErrorCode *pErrorCode);
205 * Compacts the data and builds an immutable UCPTrie according to the parameters.
217 * Not every possible set of mappings can be built into a UCPTrie,
234 U_CAPI UCPTrie * U_EXPORT2