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.java578 currentPattern = currentInput = currentFormatted = currentReparsed = "?"; in getArguments()
601 currentFormatted = df.format(d); in getArguments()
603 currentFormatted = "Can't format: " + e.getMessage(); in getArguments()
608 Number n = df.parse(currentFormatted, parsePosition); in getArguments()
609 if (parsePosition.getIndex() != currentFormatted.length()) { in getArguments()
611 + currentFormatted.substring(0, parsePosition.getIndex()) + "\u200E"; in getArguments()
DCheckDates.java1255 currentPattern = currentInput = currentFormatted = currentReparsed = "?";
1278 currentFormatted = df.format(d);
1280 currentFormatted = "Can't format: " + e.getMessage();
1285 Date n = df.parse(currentFormatted, parsePosition);
1286 if (parsePosition.getIndex() != currentFormatted.length()) {
1288 + currentFormatted.substring(0, parsePosition.getIndex()) + "\u200E";
DCheckCLDR.java966 protected String currentPattern, currentInput, currentFormatted, currentReparsed; field in CheckCLDR.FormatDemo
979 …FormatDemo.appendLine(htmlMessage, currentPattern, currentInput, currentFormatted, currentReparsed… in getHTML()
987 … (Object[]) new String[] { currentPattern, currentInput, currentFormatted, currentReparsed }); in getPlainText()