Home
last modified time | relevance | path

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

/external/icu4c/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 uint32_t initialValue, errorValue;
148 int32_t index2Length, dataCapacity, dataLength;
149 int32_t firstFreeBlock;
150 int32_t index2NullOffset, dataNullOffset;
151 UChar32 highStart;
152 UBool isCompacted;
[all …]
Dutrie2.h683 typedef struct UNewTrie2 UNewTrie2; typedef