OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SKIP_EMPTY
(Results
1 - 3
of
3
) sorted by null
/external/cldr/tools/java/org/unicode/cldr/tool/
PivotData.java
252
SimpleLineComparator.
SKIP_EMPTY
+
CLDRModify.java
355
SimpleLineComparator.
SKIP_EMPTY
+
[
all
...]
/external/cldr/tools/java/org/unicode/cldr/util/
CldrUtility.java
185
public static final int TRIM = 1, SKIP_SPACES = 2,
SKIP_EMPTY
= 4, SKIP_CVS_TAGS = 8;
201
if ((flags &
SKIP_EMPTY
) != 0 && line1.length() == 0) skipper = SKIP_FIRST;
207
if ((flags &
SKIP_EMPTY
) != 0 && line2.length() == 0) skipper += SKIP_SECOND;
307
* if ((flags &
SKIP_EMPTY
)!= 0 && line1.length() == 0) continue;
[
all
...]
Completed in 239 milliseconds