Searched refs:getExplicit (Results 1 – 10 of 10) sorted by relevance
50 assertTrue(documentStartEvent.getExplicit()); in testParseEvents()61 assertFalse(documentEndEvent.getExplicit()); in testParseEvents()
34 public boolean getExplicit() { in getExplicit() method in DocumentEndEvent
46 public boolean getExplicit() { in getExplicit() method in DocumentStartEvent
150 Count r = pluralRanges.getExplicit(s, e); in getRangeInfo()297 Count result = pluralRanges.getExplicit(start, end); in reformat()319 Count r = pluralRanges.getExplicit(s, e); in minimize()
61 Count value = ranges.getExplicit(start, end); in fillFromCldr()
87 public static Set<ULocale> getExplicit() { in getExplicit() method in LanguageGroup
232 public Count getExplicit(Count start, Count end) { in getExplicit() method in PluralRanges
53 if (LanguageGroup.getExplicit().contains(loc)) { in main()
332 boolean implicit = first && !ev.getExplicit() && !canonical in expect()362 if (((DocumentEndEvent) event).getExplicit()) { in expect()
198 Count result = pluralRanges.getExplicit(count, end); in TestPluralRanges()237 Count explicitValue = pluralRanges.getExplicit(start, end); in TestPluralRanges()