Home | History | Annotate | Download | only in common

Lines Matching defs:data32

400 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
424 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c, result)
448 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c, result)
470 _UTRIE2_U8_NEXT(trie, data32, data32, src, limit, result)
492 _UTRIE2_U8_PREV(trie, data32, data32, start, src, result)
598 #define UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, c) _UTRIE2_GET_FROM_U16_SINGLE_LEAD((trie), data32, c)
616 #define UTRIE2_GET32_FROM_SUPP(trie, c) _UTRIE2_GET_FROM_SUPP((trie), data32, c)
692 * in this case, data32==NULL, and data16 is used for direct ASCII access.
694 * Or the data table is 32 bits wide and accessed via the data32 pointer.
700 const uint32_t *data32; /* NULL if 16b data is used via index */