Home | History | Annotate | Download | only in common

Lines Matching refs:data32

399 #define UTRIE2_GET32(trie, c) _UTRIE2_GET((trie), data32, 0, (c))
423 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c, result)
447 #define UTRIE2_U16_PREV32(trie, start, src, c, result) _UTRIE2_U16_PREV(trie, data32, start, src, c, result)
469 _UTRIE2_U8_NEXT(trie, data32, data32, src, limit, result)
491 _UTRIE2_U8_PREV(trie, data32, data32, start, src, result)
597 #define UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, c) _UTRIE2_GET_FROM_U16_SINGLE_LEAD((trie), data32, c)
615 #define UTRIE2_GET32_FROM_SUPP(trie, c) _UTRIE2_GET_FROM_SUPP((trie), data32, c)
690 * in this case, data32==NULL, and data16 is used for direct ASCII access.
692 * Or the data table is 32 bits wide and accessed via the data32 pointer.
698 const uint32_t *data32; /* NULL if 16b data is used via index */