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

/external/chromium/third_party/icu/source/common/
H A Dutrie.h551 struct UNewTrie { struct
571 typedef struct UNewTrie UNewTrie; typedef in typeref:struct: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_EXPORT
[all...]
/external/icu4c/common/
H A Dutrie.h551 struct UNewTrie { struct
571 typedef struct UNewTrie UNewTrie; typedef in typeref:struct: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_EXPORT
[all...]

Completed in 52 milliseconds