Searched refs:UCD_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
4533 #if UCD_BLOCK_SIZE != 1284534 #error Please correct UCD_BLOCK_SIZE in pcre2_internal.h
1806 #define UCD_BLOCK_SIZE 128 macro1808 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \1809 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
5067 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucd()5107 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucdtype()