Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DFlexibleDateFromCLDR.java81 failureMap.clear(); in set()
90 for (Iterator<String> it = failureMap.keySet().iterator(); it.hasNext();) { in showFlexibles()
92 String value = failureMap.get(item); in showFlexibles()
134 Map<String, String> failureMap = new TreeMap<String, String>(); field in FlexibleDateFromCLDR
152failureMap.put(path, "\tWarning: can't set AppendItemFormat:\t" + key + ":\t" + value); in checkFlexibles()
161failureMap.put(path, "\tWarning: can't set AppendItemName:\t" + key + ":\t" + value); in checkFlexibles()
185failureMap.put(path, "Conflicting Patterns: \"" + value + "\"\t&\t\"" + patternInfo.conflictingPat… in checkFlexibles()
190 failureMap.put(path, e.getMessage()); in checkFlexibles()
265 return failureMap.get(path); in getFailurePath()