Searched refs:tre_toupper (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | tre.h | 70 #define tre_toupper towupper macro
|
H A D | regexec.c | 89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \ 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 480 b = e = tre_toupper(c); in add_icase_literals() 482 if (tre_toupper(c) != e) break; in add_icase_literals() 927 tmp1 = tre_ast_new_literal(ctx->mem, tre_toupper(wc), tre_toupper(wc), ctx->position); in parse_atom()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | tre.h | 70 #define tre_toupper towupper macro
|
H A D | regexec.c | 89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \ 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 480 b = e = tre_toupper(c); in add_icase_literals() 482 if (tre_toupper(c) != e) break; in add_icase_literals() 926 tmp1 = tre_ast_new_literal(ctx->mem, tre_toupper(wc), tre_toupper(wc), ctx->position); in parse_atom()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | tre.h | 70 #define tre_toupper towupper macro
|
H A D | regexec.c | 89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \ 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 480 b = e = tre_toupper(c); in add_icase_literals() 482 if (tre_toupper(c) != e) break; in add_icase_literals() 926 tmp1 = tre_ast_new_literal(ctx->mem, tre_toupper(wc), tre_toupper(wc), ctx->position); in parse_atom()
|
/third_party/musl/src/regex/ |
H A D | tre.h | 69 #define tre_toupper towupper macro
|
H A D | regexec.c | 89 && !tre_isctype(tre_toupper((tre_cint_t)prev_c),trans_i->u.class)) \ 129 || (icase && (tre_isctype(tre_toupper(wc), *classes) in tre_neg_char_classes_match()
|
H A D | regcomp.c | 480 b = e = tre_toupper(c); in add_icase_literals() 482 if (tre_toupper(c) != e) break; in add_icase_literals() 926 tmp1 = tre_ast_new_literal(ctx->mem, tre_toupper(wc), tre_toupper(wc), ctx->position); in parse_atom()
|
Completed in 25 milliseconds