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 144 struct UNewTrie2 {
utrie2_builder.cpp 106 allocIndex2Block(UNewTrie2 *trie);
111 UNewTrie2 *newTrie;
120 newTrie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2));
235 static UNewTrie2 *
236 cloneBuilder(const UNewTrie2 *other) {
237 UNewTrie2 *trie;
239 trie=(UNewTrie2 *)uprv_malloc(sizeof(UNewTrie2));
459 isInNullBlock(UNewTrie2 *trie, UChar32 c, UBool forLSCP)
    [all...]
utrie2.h 676 struct UNewTrie2;
677 typedef struct UNewTrie2 UNewTrie2;
711 UNewTrie2 *newTrie; /* builder object; NULL when frozen */
    [all...]
utrie2.cpp 43 get32(const UNewTrie2 *trie, UChar32 c, UBool fromLSCP) {

Completed in 247 milliseconds