Home
last modified time | relevance | path

Searched refs:tre_islower (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dtre.h62 #define tre_islower iswlower macro
H A Dregcomp.c479 if (tre_islower(c)) { in add_icase_literals()
924 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) { in parse_atom()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dtre.h62 #define tre_islower iswlower macro
H A Dregcomp.c479 if (tre_islower(c)) { in add_icase_literals()
923 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) { in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dtre.h62 #define tre_islower iswlower macro
H A Dregcomp.c479 if (tre_islower(c)) { in add_icase_literals()
923 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) { in parse_atom()
/third_party/musl/src/regex/
H A Dtre.h61 #define tre_islower iswlower macro
H A Dregcomp.c479 if (tre_islower(c)) { in add_icase_literals()
923 if (ctx->cflags & REG_ICASE && (tre_isupper(wc) || tre_islower(wc))) { in parse_atom()

Completed in 16 milliseconds