Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 – 12 of 12) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/testsuite/
Dbug-regex21.c44 REG_EXTENDED | REG_ICASE) == 0) in main()
Dtst-boost.c131 flags |= REG_ICASE; in main()
Dtst-pcre.c166 REG_EXTENDED | (ignorecase ? REG_ICASE : 0)); in main()
DBOOST.tests481 - match_default normal REG_EXTENDED REG_ICASE
532 - match_default normal REG_EXTENDED REG_ICASE
570 - match_default normal REG_EXTENDED REG_STARTEND REG_ICASE
594 - match_default normal REG_EXTENDED REG_STARTEND REG_ICASE
Dtst-rxspencer.c486 cflags |= REG_ICASE; in main()
DSPENCER.tests23 # i REG_ICASE
/ndk/sources/host-tools/ndk-stack/regex/
Dregex.h67 #define REG_ICASE 0002 macro
Dregcomp.c664 if (p->g->cflags&REG_ICASE) { in p_bracket()
902 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c87 syntax |= (new_regex->flags & REG_ICASE) ? RE_ICASE : 0;
110 if (new_regex->flags & REG_ICASE)
Dcompile.c608 flags |= REG_ICASE;
964 flags |= REG_ICASE;
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h342 #define REG_ICASE (1 << 1) macro
Dregcomp.c494 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0;