Searched refs:showValue (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GeneratePluralConfirmation.java | 133 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()
|
D | ShowData.java | 341 + showValue(showEnglish, englishValue, value, false) in main() 344 showValue(pw, value, null, isExemplar); in main() 347 showValue(pw, x.getKey(), x.getValue(), isExemplar); in main() 428 …public static void showValue(PrintWriter pw, String value, Set<String> locales, boolean isExemplar… 533 private static String showValue(boolean showEnglish, String comparisonValue,
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | ConsoleCheckCLDR.java | 582 … showValue(file, null, localeID, null, null, null, null, statusString, status.getSubtype()); in main() 740 … showValue(file, prettyPath, localeID, example, path, value, fullPath, statusString, in main() 749 … showValue(file, prettyPath, localeID, example, path, value, fullPath, "ok", Subtype.none); in main() 1426 …showValue(checkCldr.getCldrFileToCheck(), prettyPath, localeID, example, path, value, fullPath, "o… in showExamples() 1518 …private static void showValue(CLDRFile cldrFile, String prettyPath, String localeID, String exampl… in showValue() method in ConsoleCheckCLDR 1637 private static void showValue(String path, String value, boolean showEnglish, String localeID) { in showValue() method in ConsoleCheckCLDR
|