HomeSort by relevance Sort by last modified time
    Searched defs:UNewTrie (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
utrie.h 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_EXPORT
    [all...]
  /external/icu4c/common/
utrie.h 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_EXPORT
    [all...]

Completed in 41 milliseconds