HomeSort by relevance Sort by last modified time
    Searched refs:UNewTrie2 (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/common/
utrie2_impl.h 142 struct UNewTrie2 {
utrie2_builder.cpp 104 allocIndex2Block(UNewTrie2 *trie);
109 UNewTrie2 *newTrie;
118 newTrie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2));
233 static UNewTrie2 *
234 cloneBuilder(const UNewTrie2 *other) {
235 UNewTrie2 *trie;
237 trie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2));
457 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP)
    [all...]
utrie2.h 671 struct UNewTrie2;
672 typedef struct UNewTrie2 UNewTrie2;
706 UNewTrie2 *newTrie; /* builder object; NULL when frozen */
    [all...]
utrie2.cpp 41 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) {

Completed in 74 milliseconds