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

  /external/chromium_org/third_party/re2/re2/testing/
unicode_test.py 44 _UNICODE_TABLE = """# Commented line, should be ignored.
112 StringTable(_UNICODE_TABLE, 3, DoLine)
116 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 4, Abort)
117 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 2, Abort)
  /external/regex-re2/re2/testing/
unicode_test.py 44 _UNICODE_TABLE = """# Commented line, should be ignored.
112 StringTable(_UNICODE_TABLE, 3, DoLine)
116 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 4, Abort)
117 self.assertRaises(unicode.InputError, StringTable, _UNICODE_TABLE, 2, Abort)

Completed in 65 milliseconds