Searched refs:LITERAL (Results 1 – 3 of 3) sorted by relevance
855 public static final int LITERAL = 0x10; field in Pattern1392 …int supportedFlags = CASE_INSENSITIVE | COMMENTS | DOTALL | LITERAL | MULTILINE | UNICODE_CASE | U… in Pattern()1419 if ((flags & LITERAL) != 0) { in compile()
68 public static final int LITERAL = 16; // 0x10 field in Pattern
764 Pattern.compile("\\u6211", Pattern.LITERAL); in test_bug_5858()