26 #if defined (HAVE_CONFIG_H)
37 return uc_is_alnum (uc);
43 return uc_is_alpha (uc);
49 return uc_is_blank (uc);
55 return uc_is_cntrl (uc);
61 return uc_is_digit (uc);
67 return uc_is_graph (uc);
73 return uc_is_lower (uc);
79 return uc_is_print (uc);
85 return uc_is_punct (uc);
91 return uc_is_space (uc);
97 return uc_is_upper (uc);
103 return uc_is_xdigit (uc);
bool octave_uc_is_upper_wrapper(ucs4_t uc)
bool octave_uc_is_digit_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_alnum_wrapper(ucs4_t uc)
bool octave_uc_is_blank_wrapper(ucs4_t uc)
bool octave_uc_is_space_wrapper(ucs4_t uc)
bool octave_uc_is_cntrl_wrapper(ucs4_t uc)
bool octave_uc_is_xdigit_wrapper(ucs4_t uc)
bool octave_uc_is_alpha_wrapper(ucs4_t uc)
bool octave_uc_is_graph_wrapper(ucs4_t uc)
bool octave_uc_is_punct_wrapper(ucs4_t uc)