Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Dutrie2.h61 typedef struct UTrie2 UTrie2; typedef
623 struct UTrie2 { struct
625 const uint16_t *index;
626 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */
627 const uint32_t *data32; /* NULL if 16b data is used via index */
629 int32_t indexLength, dataLength;
630 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */
631 uint16_t dataNullOffset;
632 uint32_t initialValue;
634 uint32_t errorValue;
[all …]
/external/icu4c/common/
Dutrie2.h61 typedef struct UTrie2 UTrie2; typedef
685 struct UTrie2 { struct
687 const uint16_t *index;
688 const uint16_t *data16; /* for fast UTF-8 ASCII access, if 16b data */
689 const uint32_t *data32; /* NULL if 16b data is used via index */
691 int32_t indexLength, dataLength;
692 uint16_t index2NullOffset; /* 0xffff if there is no dedicated index-2 null block */
693 uint16_t dataNullOffset;
694 uint32_t initialValue;
696 uint32_t errorValue;
[all …]