#include <stdint.h>
#include "py/unicode.h"
Go to the source code of this file.
◆ AT_AL
◆ AT_DI
◆ AT_LO
◆ AT_LX
◆ AT_PR
◆ AT_SP
◆ AT_UP
◆ AT_UX
◆ FL_ALPHA
◆ FL_DIGIT
◆ FL_LOWER
◆ FL_PRINT
◆ FL_SPACE
◆ FL_UPPER
◆ FL_XDIGIT
◆ unichar_charlen()
◆ unichar_isalpha()
◆ unichar_isdigit()
◆ unichar_isident()
◆ unichar_islower()
◆ unichar_isspace()
◆ unichar_isupper()
◆ unichar_isxdigit()
◆ unichar_tolower()
◆ unichar_toupper()
◆ unichar_xdigit_value()
◆ utf8_check()
◆ utf8_get_char()
◆ utf8_next_char()
const byte* utf8_next_char |
( |
const byte * |
s | ) |
|
◆ utf8_ptr_to_index()
◆ attr
Initial value:= {
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,
}
Definition at line 51 of file unicode.c.