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

/external/pcre/dist/
H A Dpcre_ucd.c3625 #if UCD_BLOCK_SIZE != 128
3626 #error Please correct UCD_BLOCK_SIZE in pcre_internal.h
H A Dpcre_jit_compile.c3007 /* UCD_BLOCK_SIZE must be 128 (see the assert below). */
3017 SLJIT_ASSERT(UCD_BLOCK_SIZE == 128 && sizeof(ucd_record) == 8);

Completed in 103 milliseconds