Home
last modified time | relevance | path

Searched refs:prev_c (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
67 && (prev_c != L'\n' || !reg_newline)) \
72 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
74 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
85 && !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,\
[all …]
/third_party/musl/src/regex/
Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
67 && (prev_c != L'\n' || !reg_newline)) \
72 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
74 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
85 && !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,\
[all …]
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
67 && (prev_c != L'\n' || !reg_newline)) \
72 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
74 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
85 && !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,\
[all …]
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
67 && (prev_c != L'\n' || !reg_newline)) \
72 && (IS_WORD_CHAR(prev_c) || !IS_WORD_CHAR(next_c))) \
74 && (!IS_WORD_CHAR(prev_c) || IS_WORD_CHAR(next_c))) \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
85 && !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,\
[all …]
/third_party/pcre2/pcre2/src/
Dpcre2_convert.c586 uint32_t c, prev_c; in convert_glob_parse_range() local
630 prev_c = 0; in convert_glob_parse_range()
638 prev_c = CHAR_RIGHT_SQUARE_BRACKET; in convert_glob_parse_range()
679 prev_c = 0; in convert_glob_parse_range()
708 if (prev_c > c) in convert_glob_parse_range()
714 if (prev_c < separator && separator < c) separator_seen = TRUE; in convert_glob_parse_range()
717 prev_c = 0; in convert_glob_parse_range()
730 prev_c = c; in convert_glob_parse_range()
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp92 char prev_c = 0; in binary_to_compressed_c() local
100 fprintf(out, (c == '?' && prev_c == '?') ? "\\%c" : "%c", c); in binary_to_compressed_c()
101 prev_c = c; in binary_to_compressed_c()
/third_party/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp97 char prev_c = 0; in binary_to_compressed_c() local
105 fprintf(out, (c == '?' && prev_c == '?') ? "\\%c" : "%c", c); in binary_to_compressed_c()
106 prev_c = c; in binary_to_compressed_c()