Searched defs:UTrie2 (Results 1 – 1 of 1) sorted by relevance
61 typedef struct UTrie2 UTrie2; typedef694 struct UTrie2 { struct696 const uint16_t *index;697 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */698 const uint32_t *data32; /* NULL if 16b data is used via index */700 int32_t indexLength, dataLength;701 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */702 uint16_t dataNullOffset;703 uint32_t initialValue;705 uint32_t errorValue;[all …]