Searched refs:SIZE_CODE_POINT (Results 1 – 2 of 2) sorted by relevance
1675 BBUF_WRITE(bbuf, pos, &(code), SIZE_CODE_POINT)1684 #define INIT_MULTI_BYTE_RANGE_SIZE (SIZE_CODE_POINT * 5) in new_code_range()1752 int from_pos = SIZE_CODE_POINT * (1 + high * 2); in add_code_range_to_buf()1753 int to_pos = SIZE_CODE_POINT * (1 + (low + 1) * 2); in add_code_range_to_buf()1754 int size = (n - high) * 2 * SIZE_CODE_POINT; in add_code_range_to_buf()1764 pos = SIZE_CODE_POINT * (1 + low * 2); in add_code_range_to_buf()1765 BBUF_ENSURE_SIZE(bbuf, pos + SIZE_CODE_POINT * 2); in add_code_range_to_buf()1767 BBUF_WRITE_CODE_POINT(bbuf, pos + SIZE_CODE_POINT, to); in add_code_range_to_buf()
568 #define SIZE_CODE_POINT sizeof(OnigCodePoint) macro
Completed in 20 milliseconds