1 #ifndef TREE_SITTER_UNICODE_H_
2 #define TREE_SITTER_UNICODE_H_
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void length
static const int32_t TS_DECODE_ERROR
static uint32_t ts_decode_utf16(const uint8_t *string, uint32_t length, int32_t *code_point)
static uint32_t ts_decode_utf8(const uint8_t *string, uint32_t length, int32_t *code_point)
uint32_t(* UnicodeDecodeFunction)(const uint8_t *string, uint32_t length, int32_t *code_point)
C API: 16-bit Unicode handling macros.
#define U16_NEXT(s, i, length, c)
C API: 8-bit Unicode handling macros.
#define U8_NEXT(s, i, length, c)