Go to the source code of this file.
Functions | |
bool | octave_uc_is_alnum_wrapper (ucs4_t uc) |
bool | octave_uc_is_alpha_wrapper (ucs4_t uc) |
bool | octave_uc_is_blank_wrapper (ucs4_t uc) |
bool | octave_uc_is_cntrl_wrapper (ucs4_t uc) |
bool | octave_uc_is_digit_wrapper (ucs4_t uc) |
bool | octave_uc_is_graph_wrapper (ucs4_t uc) |
bool | octave_uc_is_lower_wrapper (ucs4_t uc) |
bool | octave_uc_is_print_wrapper (ucs4_t uc) |
bool | octave_uc_is_punct_wrapper (ucs4_t uc) |
bool | octave_uc_is_space_wrapper (ucs4_t uc) |
bool | octave_uc_is_upper_wrapper (ucs4_t uc) |
bool | octave_uc_is_xdigit_wrapper (ucs4_t uc) |
bool octave_uc_is_alnum_wrapper | ( | ucs4_t | uc | ) |
Definition at line 35 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_alpha_wrapper | ( | ucs4_t | uc | ) |
Definition at line 41 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_blank_wrapper | ( | ucs4_t | uc | ) |
Definition at line 47 of file unictype-wrappers.c.
bool octave_uc_is_cntrl_wrapper | ( | ucs4_t | uc | ) |
Definition at line 53 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_digit_wrapper | ( | ucs4_t | uc | ) |
Definition at line 59 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_graph_wrapper | ( | ucs4_t | uc | ) |
Definition at line 65 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_lower_wrapper | ( | ucs4_t | uc | ) |
Definition at line 71 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_print_wrapper | ( | ucs4_t | uc | ) |
Definition at line 77 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_punct_wrapper | ( | ucs4_t | uc | ) |
Definition at line 83 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_space_wrapper | ( | ucs4_t | uc | ) |
Definition at line 89 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_upper_wrapper | ( | ucs4_t | uc | ) |
Definition at line 95 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().
bool octave_uc_is_xdigit_wrapper | ( | ucs4_t | uc | ) |
Definition at line 101 of file unictype-wrappers.c.
Referenced by octave_char_matrix::map().