Home | History | Annotate | Download | only in text

Lines Matching defs:ANY_CASE

398     public static final int ANY_CASE = 8;
1238 if ((checks & ANY_CASE) != 0) {
1239 sb.append(" ANY_CASE");
1383 * ANY_CASE is a modifier for the tests. Select it if the identifiers may be of mixed case. If identifiers are case
1384 * folded for comparison and display to the user, do not select the ANY_CASE option.