Searched refs:UCD_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
3625 #if UCD_BLOCK_SIZE != 1283626 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
2782 #define UCD_BLOCK_SIZE 128 macro2784 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \2785 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
3068 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 8); in do_getucd()