Home
last modified time | relevance | path

Searched defs:UNewTrie2 (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Dutrie2_impl.h142 struct UNewTrie2 { struct
143 int32_t index1[UNEWTRIE2_INDEX_1_LENGTH];
144 int32_t index2[UNEWTRIE2_MAX_INDEX_2_LENGTH];
145 uint32_t *data;
147 UMutableCPTrie *t3;
150 uint32_t initialValue, errorValue;
151 int32_t index2Length, dataCapacity, dataLength;
152 int32_t firstFreeBlock;
153 int32_t index2NullOffset, dataNullOffset;
154 UChar32 highStart;
[all …]
Dutrie2.h642 typedef struct UNewTrie2 UNewTrie2; typedef