Home | History | Annotate | Download | only in Oniguruma

Lines Matching refs:OnigCtype

108 typedef unsigned int   OnigCtype;

165 int (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype);
166 int (*get_ctype_code_range)(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]);