Searched refs:SKIP_EMPTY (Results 1 – 3 of 3) sorted by relevance
252 SimpleLineComparator.SKIP_EMPTY +
355 SimpleLineComparator.SKIP_EMPTY + in main()
185 public static final int TRIM = 1, SKIP_SPACES = 2, SKIP_EMPTY = 4, SKIP_CVS_TAGS = 8; field in CldrUtility.SimpleLineComparator201 if ((flags & SKIP_EMPTY) != 0 && line1.length() == 0) skipper = SKIP_FIRST; in compare()207 if ((flags & SKIP_EMPTY) != 0 && line2.length() == 0) skipper += SKIP_SECOND; in compare()