Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java9 import org.unicode.cldr.test.ExampleGenerator.ExampleContext;
50 ExampleContext context = null; in testCurrency()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java252 public static class ExampleContext { class in ExampleGenerator
279 …public String getExampleHtml(String xpath, String value, ExampleContext context, ExampleType type)… in getExampleHtml()
545 …private String handleDayPeriod(String xpath, String value, ExampleContext context, ExampleType typ… in handleDayPeriod()
668 ExampleContext context, ExampleType type) { in handleIntervalFormats()
953 …private String formatCountValue(String xpath, XPathParts parts, String value, ExampleContext conte… in formatCountValue()
1489 …private String handleCurrency(String xpath, String value, ExampleContext context, ExampleType type… in handleCurrency()
DConsoleCheckCLDR.java30 import org.unicode.cldr.test.ExampleGenerator.ExampleContext;
623 ExampleContext exampleContext = new ExampleContext(); in main()
1440 ExampleContext exampleContext) { in showExamples()
1537 Subtype subType, ExampleContext exampleContext) { in showValue()