Home
last modified time | relevance | path

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

/kernel/liteos_m/testsuites/unittest/posix/src/regex/
Dregex_func_test.c103 int TestRegcomp(int flag, const char *pattern, const int expectedStatus) in TestRegcomp() function
181 TestRegcomp(REG_EXTENDED, "[[.]", REG_ECOLLATE);
182 TestRegcomp(REG_EXTENDED, "[[:class:", REG_ECTYPE);
183 TestRegcomp(REG_EXTENDED, "[abcdefg", REG_EBRACK);
184 TestRegcomp(REG_EXTENDED, "\\x{4e00-\\x{9fa5}", REG_EBRACE);
185 TestRegcomp(REG_EXTENDED, "*abcdefg", REG_BADRPT);