Home | History | Annotate | Download | only in common

Lines Matching defs:UNewTrie

552 struct UNewTrie {
572 typedef struct UNewTrie UNewTrie;
593 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
608 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
619 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
621 U_CAPI UNewTrie * U_EXPORT2
622 utrie_open(UNewTrie *fillIn,
635 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
637 U_CAPI UNewTrie * U_EXPORT2
638 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
647 utrie_close(UNewTrie *trie);
660 utrie_getData(UNewTrie *trie, int32_t *pLength);
671 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
684 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
699 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
728 utrie_serialize(UNewTrie *trie, void *data, int32_t capacity,