Searched refs:UCD_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
3293 #if UCD_BLOCK_SIZE != 1283294 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
2730 #define UCD_BLOCK_SIZE 128 macro2732 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \2733 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
Completed in 29 milliseconds