Home
last modified time | relevance | path

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

/posix/
A Dbug-regex18.c37 { "\xc4\xb0I*\xc4\xb1$", "aBi\xc4\xb1\xc4\xb1I", REG_ICASE, 2,
39 { "[\xc4\xb0x]I*\xc4\xb1$", "aBi\xc4\xb1\xc4\xb1I", REG_ICASE, 2,
41 { "[^x]I*\xc4\xb1$", "aBi\xc4\xb1\xc4\xb1I", REG_ICASE, 2,
44 "\xe2\x80\x94\xc4\xb1\xc4\xb0""fIi\xc4\xb0ii", REG_ICASE | REG_EXTENDED,
47 REG_ICASE | REG_EXTENDED, 4, { { 1, 9 }, { 5, 7 }, { 7, 7 }, { 7, 9 } } },
49 REG_ICASE | REG_EXTENDED, 4,
A Dbug-regex17.c38 { "\xc3\x84\xc3\x96*\xc3\xb6$", "aB\xc3\xa4\xc3\xb6\xc3\xb6\xc3\x96", REG_ICASE, 2,
40 { "[\xc3\x84x]\xc3\x96*\xc3\xb6$", "aB\xc3\x84\xc3\xb6\xc3\xb6\xc3\x96", REG_ICASE, 2,
42 { "[\xc3\x84x]\xc3\x96*\xc3\xb6$", "aB\xc3\xa4\xc3\xb6\xc3\xb6\xc3\x96", REG_ICASE, 2,
44 { "[^x]\xc3\x96*\xc3\xb6$", "aB\xc3\xa4\xc3\xb6\xc3\xb6\xc3\x96", REG_ICASE, 2,
A Dbug-regex30.c42 { "[\xd0\xb0-\xd1\x8f]", "\xd0\x93", REG_ICASE, 1,
44 { "[\xd1\x80-\xd1\x8f]", "\xd0\xa0", REG_ICASE, 1,
A Dbug-regex23.c30 regcomp (&r, "[-a-z_0-9.]+@[-a-z_0-9.]+", REG_EXTENDED | REG_ICASE); in main()
A Dbug-regex21.c34 REG_EXTENDED | REG_ICASE) == 0) in main()
A Dbug-regex3.c31 n = regcomp (&re, "[a-bA-B]", REG_ICASE); in main()
A Dbug-regex32.c17 int e = regcomp (&preg, ".*ab", REG_ICASE); in do_test()
A Dtst-boost.c121 flags |= REG_ICASE; in main()
A Dtst-pcre.c156 REG_EXTENDED | (ignorecase ? REG_ICASE : 0)); in main()
A Dtst-regex.c228 err = regcomp (&re, expr, REG_NEWLINE | (icase ? REG_ICASE : 0)); in run_test()
306 err = regcomp (&re, expr, REG_NEWLINE | (icase ? REG_ICASE : 0)); in run_test()
A Dregex.h314 #define REG_ICASE (1 << 1) macro
A 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
A Dtst-rxspencer.c486 cflags |= REG_ICASE; in main()
A Dregcomp.c476 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()
/posix/rxspencer/
A Dtests23 # i REG_ICASE

Completed in 25 milliseconds