GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
unictype-wrappers.h File Reference

Go to the source code of this file.

Typedefs

typedef uint32_t ucs4_t
 

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)
 

Typedef Documentation

◆ ucs4_t

typedef uint32_t ucs4_t

Definition at line 29 of file unictype-wrappers.h.

Function Documentation

◆ octave_uc_is_alnum_wrapper()

bool octave_uc_is_alnum_wrapper ( ucs4_t  uc)

Definition at line 35 of file unictype-wrappers.c.

◆ octave_uc_is_alpha_wrapper()

bool octave_uc_is_alpha_wrapper ( ucs4_t  uc)

Definition at line 41 of file unictype-wrappers.c.

◆ octave_uc_is_blank_wrapper()

bool octave_uc_is_blank_wrapper ( ucs4_t  uc)

Definition at line 47 of file unictype-wrappers.c.

◆ octave_uc_is_cntrl_wrapper()

bool octave_uc_is_cntrl_wrapper ( ucs4_t  uc)

Definition at line 53 of file unictype-wrappers.c.

◆ octave_uc_is_digit_wrapper()

bool octave_uc_is_digit_wrapper ( ucs4_t  uc)

Definition at line 59 of file unictype-wrappers.c.

◆ octave_uc_is_graph_wrapper()

bool octave_uc_is_graph_wrapper ( ucs4_t  uc)

Definition at line 65 of file unictype-wrappers.c.

◆ octave_uc_is_lower_wrapper()

bool octave_uc_is_lower_wrapper ( ucs4_t  uc)

Definition at line 71 of file unictype-wrappers.c.

◆ octave_uc_is_print_wrapper()

bool octave_uc_is_print_wrapper ( ucs4_t  uc)

Definition at line 77 of file unictype-wrappers.c.

◆ octave_uc_is_punct_wrapper()

bool octave_uc_is_punct_wrapper ( ucs4_t  uc)

Definition at line 83 of file unictype-wrappers.c.

◆ octave_uc_is_space_wrapper()

bool octave_uc_is_space_wrapper ( ucs4_t  uc)

Definition at line 89 of file unictype-wrappers.c.

◆ octave_uc_is_upper_wrapper()

bool octave_uc_is_upper_wrapper ( ucs4_t  uc)

Definition at line 95 of file unictype-wrappers.c.

◆ octave_uc_is_xdigit_wrapper()

bool octave_uc_is_xdigit_wrapper ( ucs4_t  uc)

Definition at line 101 of file unictype-wrappers.c.