Searched refs:LITERAL (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/regex/
H A DPattern.java207 * {@link #LITERAL}. Attempts to use {@link #CANON_EQ} on Android will throw an exception.
260 public static final int LITERAL = 0x10; field in class:Pattern
368 * @see #LITERAL
388 int supportedFlags = CASE_INSENSITIVE | COMMENTS | DOTALL | LITERAL | MULTILINE | UNICODE_CASE | UNIX_LINES;
403 if ((flags & LITERAL) != 0) {
432 * to use the {@link #LITERAL} flag instead.
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
H A DPatternTest.java651 Pattern.compile("\\u6211", Pattern.LITERAL);

Completed in 1034 milliseconds