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