Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DNotificationCategory.java36 weLost('L', enumConstant
DVettingViewer.java609 if (choices.contains(NotificationCategory.weLost)) { in recordLosingDisputedEtc()
610 problems.add(NotificationCategory.weLost); in recordLosingDisputedEtc()
611 vc.problemCounter.increment(NotificationCategory.weLost); in recordLosingDisputedEtc()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestUtilities.java232 assertEquals("problemCounter weLost", 0, problemCounter.get(NotificationCategory.weLost)); in TestUntimedCounter()
240 assertEquals("otherCounter weLost", 0, otherCounter.get(NotificationCategory.weLost)); in TestUntimedCounter()