Searched defs:CASE_INSENSITIVE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java334 * <td headers="matches">Nothing, but turns match flags <a href="#CASE_INSENSITIVE">i</a>
340 * given flags <a href="#CASE_INSENSITIVE">i</a> <a href="#UNIX_LINES">d</a>
804 public static final int CASE_INSENSITIVE = 0x02; field in class:Pattern
838 * <p>The flags CASE_INSENSITIVE and UNICODE_CASE retain their impact on
864 * enabled by the {@link #CASE_INSENSITIVE} flag, is done in a manner
1034 * {@link #CASE_INSENSITIVE}, {@link #MULTILINE}, {@link #DOTALL},
2248 if (has(CASE_INSENSITIVE))
2372 if (has(CASE_INSENSITIVE))
2547 !(has(CASE_INSENSITIVE) && has(UNICODE_CASE) &&
2595 if (has(CASE_INSENSITIVE))
[all...]

Completed in 48 milliseconds