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

/external/icu4c/common/
H A Dutrie2.h37 * This is the second common version of a Unicode trie (hence the name UTrie2).
60 struct UTrie2;
61 typedef struct UTrie2 UTrie2; typedef in typeref:struct:UTrie2
63 /* Public UTrie2 API functions: read-only access ---------------------------- */
66 * Selectors for the width of a UTrie2 data value.
69 /** 16 bits per UTrie2 data value. */
71 /** 32 bits per UTrie2 data value. */
73 /** Number of selectors for the width of UTrie2 data values. */
86 * @param data a pointer to 32-bit-aligned memory containing the serialized form of a UTrie2
694 struct UTrie2 { struct
[all...]

Completed in 70 milliseconds