Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_ucd.c5389 #if UCD_BLOCK_SIZE != 128
5390 #error Please correct UCD_BLOCK_SIZE in pcre2_internal.h
Dpcre2_internal.h1831 #define UCD_BLOCK_SIZE 128 macro
1833 PRIV(ucd_stage2)[PRIV(ucd_stage1)[(int)(ch) / UCD_BLOCK_SIZE] * \
1834 UCD_BLOCK_SIZE + (int)(ch) % UCD_BLOCK_SIZE])
Dpcre2_jit_compile.c5141 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucd()
5181 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 12); in do_getucdtype()