Searched refs:prev_c (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 54 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,\ 175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local 597 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_backtrack() local [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 54 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,\ 175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local 597 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_backtrack() local [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 54 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,\ 175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local 597 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_backtrack() local [all...] |
/third_party/musl/src/regex/ |
H A D | regexec.c | 54 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,\ 175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local 597 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_backtrack() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_convert.c | 585 uint32_t c, prev_c; in convert_glob_parse_range() local 629 prev_c = 0; in convert_glob_parse_range() 637 prev_c = CHAR_RIGHT_SQUARE_BRACKET; in convert_glob_parse_range() 678 prev_c = 0; in convert_glob_parse_range() 707 if (prev_c > c) in convert_glob_parse_range() 713 if (prev_c < separator && separator < c) separator_seen = TRUE; in convert_glob_parse_range() 716 prev_c = 0; in convert_glob_parse_range() 729 prev_c = c; in convert_glob_parse_range()
|
/third_party/skia/third_party/externals/imgui/misc/fonts/ |
H A D | binary_to_compressed_c.cpp | 97 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()
|
Completed in 5 milliseconds