Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/src/regex/
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)) \
128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match()
129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
H A Dtre.h75 #define tre_isctype iswctype macro
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
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)) \
128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match()
129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
H A Dtre.h75 #define tre_isctype iswctype macro
/third_party/musl/porting/uniproton/kernel/src/regex/
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)) \
128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match()
129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
H A Dtre.h75 #define tre_isctype iswctype macro
/third_party/musl/src/regex/
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)) \
128 if ((!icase && tre_isctype(wc, *classes)) in tre_neg_char_classes_match()
129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
H A Dtre.h74 #define tre_isctype iswctype macro

Completed in 8 milliseconds