Home | History | Annotate | Download | only in common

Lines Matching defs:UNewTrie

551 struct UNewTrie {
571 typedef struct UNewTrie UNewTrie;
592 UNewTrieGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset);
607 * @param fillIn a pointer to a UNewTrie structure to be initialized (will not be released), or
618 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
620 U_CAPI UNewTrie * U_EXPORT2
621 utrie_open(UNewTrie *fillIn,
634 * @return a pointer to the initialized fillIn or the allocated and initialized new UNewTrie
636 U_CAPI UNewTrie * U_EXPORT2
637 utrie_clone(UNewTrie *fillIn, const UNewTrie *other, uint32_t *aliasData, int32_t aliasDataLength);
646 utrie_close(UNewTrie *trie);
659 utrie_getData(UNewTrie *trie, int32_t *pLength);
670 utrie_set32(UNewTrie *trie, UChar32 c, uint32_t value);
683 utrie_get32(UNewTrie *trie, UChar32 c, UBool *pInBlockZero);
698 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite);
727 utrie_serialize(UNewTrie *trie, void *data, int32_t capacity,