HomeSort by relevance Sort by last modified time
    Searched refs:error_escape_thrown (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/std/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 20 static bool error_escape_thrown(const char *pat) function
33 assert(error_escape_thrown("[\\a]"));
34 assert(error_escape_thrown("\\a"));
36 assert(error_escape_thrown("[\\e]"));
37 assert(error_escape_thrown("\\e"));
39 assert(error_escape_thrown("[\\c:]"));
40 assert(error_escape_thrown("\\c:"));
41 assert(error_escape_thrown("\\c"));
42 assert(!error_escape_thrown("[\\cA]"));
43 assert(!error_escape_thrown("\\cA"))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 20 static bool error_escape_thrown(const char *pat) function
33 assert(error_escape_thrown("[\\a]"));
34 assert(error_escape_thrown("\\a"));
36 assert(error_escape_thrown("[\\e]"));
37 assert(error_escape_thrown("\\e"));
39 assert(error_escape_thrown("[\\c:]"));
40 assert(error_escape_thrown("\\c:"));
41 assert(error_escape_thrown("\\c"));
42 assert(!error_escape_thrown("[\\cA]"));
43 assert(!error_escape_thrown("\\cA"))
    [all...]

Completed in 236 milliseconds