Home | History | Annotate | Download | only in common

Lines Matching defs:data32

405 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
429 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c, result)
453 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c, result)
475 _UTRIE2_U8_NEXT(trie, data32, data32, src, limit, result)
497 _UTRIE2_U8_PREV(trie, data32, data32, start, src, result)
603 #define UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, c) _UTRIE2_GET_FROM_U16_SINGLE_LEAD((trie), data32, c)
621 #define UTRIE2_GET32_FROM_SUPP(trie, c) _UTRIE2_GET_FROM_SUPP((trie), data32, c)
684 * in this case, data32==NULL, and data16 is used for direct ASCII access.
686 * Or the data table is 32 bits wide and accessed via the data32 pointer.
692 const uint32_t *data32; /* NULL if 16b data is used via index */