Defines |
 |  | #define | UTF32_IS_SAFE (c, strict) |
 |  | #define | UTF32_IS_SINGLE (uchar) |
 |  | #define | UTF32_IS_LEAD (uchar) |
 |  | #define | UTF32_IS_TRAIL (uchar) |
 |  | #define | UTF32_NEED_MULTIPLE_UCHAR (c) |
 |  | #define | UTF32_CHAR_LENGTH (c) |
 |  | #define | UTF32_MAX_CHAR_LENGTH |
 |  | #define | UTF32_ARRAY_SIZE (size) |
 |  | #define | UTF32_GET_CHAR_UNSAFE (s, i, c) |
 |  | #define | UTF32_GET_CHAR_SAFE (s, start, i, length, c, strict) |
 |  | #define | UTF32_NEXT_CHAR_UNSAFE (s, i, c) |
 |  | #define | UTF32_APPEND_CHAR_UNSAFE (s, i, c) |
 |  | #define | UTF32_FWD_1_UNSAFE (s, i) |
 |  | #define | UTF32_FWD_N_UNSAFE (s, i, n) |
 |  | #define | UTF32_SET_CHAR_START_UNSAFE (s, i) |
 |  | #define | UTF32_NEXT_CHAR_SAFE (s, i, length, c, strict) |
 |  | #define | UTF32_APPEND_CHAR_SAFE (s, i, length, c) |
 |  | #define | UTF32_FWD_1_SAFE (s, i, length) |
 |  | #define | UTF32_FWD_N_SAFE (s, i, length, n) |
 |  | #define | UTF32_SET_CHAR_START_SAFE (s, start, i) |
 |  | #define | UTF32_PREV_CHAR_UNSAFE (s, i, c) |
 |  | #define | UTF32_BACK_1_UNSAFE (s, i) |
 |  | #define | UTF32_BACK_N_UNSAFE (s, i, n) |
 |  | #define | UTF32_SET_CHAR_LIMIT_UNSAFE (s, i) |
 |  | #define | UTF32_PREV_CHAR_SAFE (s, start, i, c, strict) |
 |  | #define | UTF32_BACK_1_SAFE (s, start, i) |
 |  | #define | UTF32_BACK_N_SAFE (s, start, i, n) |
 |  | #define | UTF32_SET_CHAR_LIMIT_SAFE (s, i, length) |