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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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 434 milliseconds