Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_ucd.c3625 #if UCD_BLOCK_SIZE != 128
3626 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
H A Dpcre_internal.h2786 #define UCD_BLOCK_SIZE 128 macro
2788 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \
2789 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
H A Dpcre_jit_compile.c3068 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 8); in do_getucd()

Completed in 54 milliseconds