Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGeneratePluralConfirmation.java133 values.showValue(keyword, fd); in mainOld()
153 private void showValue(String keyword, FixedDecimal fd) { in showValue() method in GeneratePluralConfirmation.Values
171 showValue(keyword, range.start); in showSamples()
177 showValue(keyword, range.end); in showSamples()
DShowData.java337 + showValue(showEnglish, englishValue, value, false) in main()
340 showValue(pw, value, null, isExemplar); in main()
343 showValue(pw, x.getKey(), x.getValue(), isExemplar); in main()
424 …public static void showValue(PrintWriter pw, String value, Set<String> locales, boolean isExemplar…
530 private static String showValue(boolean showEnglish, String comparisonValue,
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java579showValue(file, null, localeID, null, null, null, null, statusString, status.getSubtype(), null); in main()
717showValue(file, prettyPath, localeID, example, path, value, fullPath, statusString, in main()
756showValue(file, prettyPath, localeID, example, path, value, fullPath, "ok", Subtype.none, in main()
1442showValue(checkCldr.getCldrFileToCheck(), prettyPath, localeID, example, path, value, fullPath, "o… in showExamples()
1535 …private static void showValue(CLDRFile cldrFile, String prettyPath, String localeID, String exampl… in showValue() method in ConsoleCheckCLDR
1681 showValue(path, value, showEnglish, localeID); in showHeader()
1706 private static void showValue(String path, String value, boolean showEnglish, String localeID) { in showValue() method in ConsoleCheckCLDR