Home
last modified time | relevance | path

Searched refs:hasCasingInfo (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckConsistentCasing.java41 private boolean hasCasingInfo; field in CheckConsistentCasing
79 hasCasingInfo = (types == null) ? false : types.size() > 0; in setCldrFileToCheck()
89 if (!hasCasingInfo) return this; in handleCheck()