Home
last modified time | relevance | path

Searched refs:tre_cint_t (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dtre.h53 typedef wint_t tre_cint_t; typedef
97 tre_cint_t code_min;
98 tre_cint_t code_max;
H A Dregexec.c85 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \
89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \
91 && tre_neg_char_classes_match(trans_i->neg_classes,(tre_cint_t)prev_c,\
125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel()
383 trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_parallel()
824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
825 && trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_backtrack()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dtre.h53 typedef wint_t tre_cint_t; typedef
96 tre_cint_t code_min;
97 tre_cint_t code_max;
H A Dregexec.c85 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \
89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \
91 && tre_neg_char_classes_match(trans_i->neg_classes,(tre_cint_t)prev_c,\
125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel()
383 trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_parallel()
824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
825 && trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_backtrack()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dtre.h53 typedef wint_t tre_cint_t; typedef
96 tre_cint_t code_min;
97 tre_cint_t code_max;
H A Dregexec.c85 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \
89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \
91 && tre_neg_char_classes_match(trans_i->neg_classes,(tre_cint_t)prev_c,\
125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel()
383 trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_parallel()
824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
825 && trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_backtrack()
/third_party/musl/src/regex/
H A Dtre.h52 typedef wint_t tre_cint_t; typedef
95 tre_cint_t code_min;
96 tre_cint_t code_max;
H A Dregexec.c85 && !tre_isctype((tre_cint_t)prev_c, trans_i->u.class)) \
88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \
89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \
91 && tre_neg_char_classes_match(trans_i->neg_classes,(tre_cint_t)prev_c,\
125 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) in tre_neg_char_classes_match()
382 if (trans_i->code_min <= (tre_cint_t)prev_c && in tre_tnfa_run_parallel()
383 trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_parallel()
824 if (trans_i->code_min <= (tre_cint_t)prev_c in tre_tnfa_run_backtrack()
825 && trans_i->code_max >= (tre_cint_t)prev_c) in tre_tnfa_run_backtrack()

Completed in 8 milliseconds