Home
last modified time | relevance | path

Searched refs:next_c (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
55 if ((pos_add_next = mbtowc(&next_c, str_byte, MB_LEN_MAX)) <= 0) { \
69 && (next_c != L'\0' || reg_noteol) \
70 && (next_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))) \
76 && (pos != 0 && next_c != L'\0' \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
79 && (pos == 0 || next_c == L'\0' \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local
497 int next_c; global() member
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 Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
55 if ((pos_add_next = mbtowc(&next_c, str_byte, MB_LEN_MAX)) <= 0) { \
69 && (next_c != L'\0' || reg_noteol) \
70 && (next_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))) \
76 && (pos != 0 && next_c != L'\0' \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
79 && (pos == 0 || next_c == L'\0' \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local
497 int next_c; global() member
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 Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
55 if ((pos_add_next = mbtowc(&next_c, str_byte, MB_LEN_MAX)) <= 0) { \
69 && (next_c != L'\0' || reg_noteol) \
70 && (next_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))) \
76 && (pos != 0 && next_c != L'\0' \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
79 && (pos == 0 || next_c == L'\0' \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local
497 int next_c; global() member
597 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_backtrack() local
[all...]
/third_party/musl/src/regex/
H A Dregexec.c54 prev_c = next_c; pos += pos_add_next; \
55 if ((pos_add_next = mbtowc(&next_c, str_byte, MB_LEN_MAX)) <= 0) { \
69 && (next_c != L'\0' || reg_noteol) \
70 && (next_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))) \
76 && (pos != 0 && next_c != L'\0' \
77 && IS_WORD_CHAR(prev_c) == IS_WORD_CHAR(next_c))) \
79 && (pos == 0 || next_c == L'\0' \
80 || IS_WORD_CHAR(prev_c) != IS_WORD_CHAR(next_c))))
175 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_parallel() local
497 int next_c; global() member
597 tre_char_t prev_c = 0, next_c = 0; tre_tnfa_run_backtrack() local
[all...]

Completed in 3 milliseconds