Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java758 int countB = b.getAttributeCount(i); in compare() local
759 if (countA == 0 && countB == 0) { in compare()
778 --countB; in compare()
793 --countB; in compare()
794 if (countA == 0 && countB == 0) { in compare()
808 if (countA != 0 || countB != 0) { in compare()