Home
last modified time | relevance | path

Searched refs:UCD_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_ucd.c3293 #if UCD_BLOCK_SIZE != 128
3294 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
H A Dpcre_internal.h2730 #define UCD_BLOCK_SIZE 128 macro
2732 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \
2733 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])

Completed in 64 milliseconds