Searched refs:tre_tolower (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre.h | 69 #define tre_tolower towlower macro
|
H A D | regexec.c | 88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \ 130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 484 b = e = tre_tolower(c); in add_icase_literals() 486 if (tre_tolower(c) != e) break; in add_icase_literals() 928 tmp2 = tre_ast_new_literal(ctx->mem, tre_tolower(wc), tre_tolower(wc), ctx->position); in parse_atom()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 69 #define tre_tolower towlower macro
|
H A D | regexec.c | 88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \ 130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 484 b = e = tre_tolower(c); in add_icase_literals() 486 if (tre_tolower(c) != e) break; in add_icase_literals() 927 tmp2 = tre_ast_new_literal(ctx->mem, tre_tolower(wc), tre_tolower(wc), ctx->position); in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 69 #define tre_tolower towlower macro
|
H A D | regexec.c | 88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \ 130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 484 b = e = tre_tolower(c); in add_icase_literals() 486 if (tre_tolower(c) != e) break; in add_icase_literals() 927 tmp2 = tre_ast_new_literal(ctx->mem, tre_tolower(wc), tre_tolower(wc), ctx->position); in parse_atom()
|
/third_party/musl/src/regex/ |
H A D | tre.h | 68 #define tre_tolower towlower macro
|
H A D | regexec.c | 88 && !tre_isctype(tre_tolower((tre_cint_t)prev_c),trans_i->u.class) \ 130 || tre_isctype(tre_tolower(wc), *classes)))) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 484 b = e = tre_tolower(c); in add_icase_literals() 486 if (tre_tolower(c) != e) break; in add_icase_literals() 927 tmp2 = tre_ast_new_literal(ctx->mem, tre_tolower(wc), tre_tolower(wc), ctx->position); in parse_atom()
|
Completed in 21 milliseconds