Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_ucd.c5453 #if UCD_BLOCK_SIZE != 128
5454 #error Please correct UCD_BLOCK_SIZE in pcre2_internal.h
H A Dpcre2_internal.h1864 #define UCD_BLOCK_SIZE 128 macro
1866 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \
1867 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
H A Dpcre2_jit_compile.c5293 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucd()
5333 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucdtype()

Completed in 73 milliseconds