Searched defs:UNewTrie (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dutrie.h552 struct UNewTrie { struct
572 typedef struct UNewTrie UNewTrie; typedef in typeref:struct: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_EXPORT
[all...]

Completed in 64 milliseconds