Searched refs:SYNTAX_ERROR (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/ |
D | re_tests.py | 7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3) 58 ('(?P<foo_123', '', SYNTAX_ERROR), # Unterminated group identifier 59 ('(?P<1>a)', '', SYNTAX_ERROR), # Begins with a digit 60 ('(?P<!>a)', '', SYNTAX_ERROR), # Begins with an illegal char 61 ('(?P<foo!>a)', '', SYNTAX_ERROR), # Begins with an illegal char 64 ('(?P<foo_123>a)(?P=foo_123', 'aa', SYNTAX_ERROR), 65 ('(?P<foo_123>a)(?P=1)', 'aa', SYNTAX_ERROR), 66 ('(?P<foo_123>a)(?P=!)', 'aa', SYNTAX_ERROR), 67 ('(?P<foo_123>a)(?P=foo_124', 'aa', SYNTAX_ERROR), # Backref to undefined group 73 ('\\1', 'a', SYNTAX_ERROR), # Backreference [all …]
|
D | test_re.py | 2245 from test.re_tests import tests, FAIL, SYNTAX_ERROR 2256 if outcome == SYNTAX_ERROR: # Expected a syntax error
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen_impl.h | 205 SYNTAX_ERROR, enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen_impl.h | 205 SYNTAX_ERROR, enumerator
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen_impl.h | 205 SYNTAX_ERROR, enumerator
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 205 SYNTAX_ERROR, enumerator
|