Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java10 import org.unicode.cldr.test.ExampleGenerator.ExampleType;
53 ExampleType type = row[0].equals("en") ? ExampleType.ENGLISH in testCurrency()
54 : ExampleType.NATIVE; in testCurrency()
462 ExampleType.NATIVE); in Test4897()
469 ExampleType.NATIVE); in Test4897()
494 value, null, ExampleType.NATIVE)); in Test4528()
518 ExampleType.NATIVE); in Test4607()
547 for (ExampleType type : ExampleType.values()) { in checkPathValue()
566 if (expected != null && type == ExampleType.NATIVE) { in checkPathValue()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java248 public enum ExampleType { enum in ExampleGenerator
279 …public String getExampleHtml(String xpath, String value, ExampleContext context, ExampleType type)… in getExampleHtml()
299 if (type.equals(ExampleType.ENGLISH)) { in getExampleHtml()
379 if (type == ExampleType.NATIVE && result != null) { in getExampleHtml()
545 …private String handleDayPeriod(String xpath, String value, ExampleContext context, ExampleType typ… in handleDayPeriod()
668 ExampleContext context, ExampleType type) { in handleIntervalFormats()
954 ExampleType type) { in formatCountValue()
1058 …private String formatCurrency(String value, ExampleType type, String unitType, final boolean isPat… in formatCurrency()
1070 … unitPattern = type != ExampleType.ENGLISH ? value : getUnitPattern(unitType, isCurrency, count); in formatCurrency()
1073 … unitName = type != ExampleType.ENGLISH ? value : getUnitName(unitType, isCurrency, count); in formatCurrency()
[all …]
DConsoleCheckCLDR.java31 import org.unicode.cldr.test.ExampleGenerator.ExampleType;
666 ExampleType.NATIVE)); in main()
810 exampleContext, ExampleType.NATIVE)); in main()
1551 exampleContext, ExampleType.ENGLISH)); in showValue()