Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java645 currentPattern = currentInput = currentFormatted = currentReparsed = "?"; in getArguments()
668 currentFormatted = df.format(d); in getArguments()
670 currentFormatted = "Can't format: " + e.getMessage(); in getArguments()
675 Number n = df.parse(currentFormatted, parsePosition); in getArguments()
676 if (parsePosition.getIndex() != currentFormatted.length()) { in getArguments()
678 + currentFormatted.substring(0, parsePosition.getIndex()) + "\u200E"; in getArguments()
DCheckDates.java1160 currentPattern = currentInput = currentFormatted = currentReparsed = "?";
1183 currentFormatted = df.format(d);
1185 currentFormatted = "Can't format: " + e.getMessage();
1190 Date n = df.parse(currentFormatted, parsePosition);
1191 if (parsePosition.getIndex() != currentFormatted.length()) {
1193 + currentFormatted.substring(0, parsePosition.getIndex()) + "\u200E";
DCheckCLDR.java982 protected String currentPattern, currentInput, currentFormatted, currentReparsed; field in CheckCLDR.FormatDemo
996 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML()
1004 … (Object[]) new String[] { currentPattern, currentInput, currentFormatted, currentReparsed }); in getPlainText()