Searched refs:UCD_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
4184 #if UCD_BLOCK_SIZE != 1284185 #error Please correct UCD_BLOCK_SIZE in pcre2_internal.h
1754 #define UCD_BLOCK_SIZE 128 macro1756 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \1757 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
3661 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 8); in do_getucd()