Home
last modified time | relevance | path

Searched refs:ExampleGenerator (Results 1 – 12 of 12) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestExampleGenerator.java8 import org.unicode.cldr.test.ExampleGenerator;
9 import org.unicode.cldr.test.ExampleGenerator.ExampleContext;
10 import org.unicode.cldr.test.ExampleGenerator.ExampleType;
11 import org.unicode.cldr.test.ExampleGenerator.UnitLength;
55 ExampleGenerator exampleGenerator = getExampleGenerator(row[0]); in testCurrency()
59 String result = ExampleGenerator in testCurrency()
66 result = ExampleGenerator in testCurrency()
200 ExampleGenerator exampleGenerator = getExampleGenerator("en"); in TestAllPaths()
235 String simplified = ExampleGenerator.simplify(example, false); in TestAllPaths()
264 ExampleGenerator exampleGenerator = getExampleGenerator("en"); in TestUnits()
[all …]
DTestLocale.java15 import org.unicode.cldr.test.ExampleGenerator;
385 ExampleGenerator eg = new ExampleGenerator(f, testInfo.getEnglish(), in TestBrackets()
401 ExampleGenerator.simplify(example)); in TestBrackets()
DTestPathHeader.java22 import org.unicode.cldr.test.ExampleGenerator;
326 ExampleGenerator eg = new ExampleGenerator(cldrFile, cldrFile, in TestAppendTimezone()
330 String result = ExampleGenerator.simplify(example, false); in TestAppendTimezone()
/external/grpc-grpc/test/core/util/
Dfuzzer_corpus_test.cc61 class ExampleGenerator class
106 ExampleIterator(const ExampleGenerator& base_, in ExampleIterator()
110 virtual const ExampleGenerator* BaseGenerator() const { return &base_; } in BaseGenerator()
125 const ExampleGenerator& base_;
131 ExampleGenerator::Begin() const { in Begin()
137 ExampleGenerator::End() const { in End()
144 ::testing::internal::ParamGenerator<std::string>(new ExampleGenerator));
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java30 import org.unicode.cldr.test.ExampleGenerator.ExampleContext;
31 import org.unicode.cldr.test.ExampleGenerator.ExampleType;
447 … setExampleGenerator(new ExampleGenerator(english, english, CLDRPaths.SUPPLEMENTAL_DIRECTORY)); in main()
621ExampleGenerator exampleGenerator = SHOW_EXAMPLES ? new ExampleGenerator(file, englishFile, in main()
665 … example = ExampleGenerator.simplify(exampleGenerator.getExampleHtml(path, value, exampleContext, in main()
809 … String example = ExampleGenerator.simplify(exampleGenerator.getExampleHtml(path, null, in main()
1439ExampleGenerator exampleGenerator, String path, String value, String fullPath, String example, in showExamples()
1493 ExampleGenerator inputExampleGenerator) { in setDisplayInformation()
1498 public static synchronized void setExampleGenerator(ExampleGenerator inputExampleGenerator) { in setExampleGenerator()
1502 public static synchronized ExampleGenerator getExampleGenerator() { in getExampleGenerator()
[all …]
DHelpMessages.java192 if (ExampleGenerator.DEBUG_SHOW_HELP) { in addHelpMessages()
DCheckDates.java718 neutralFormat.setTimeZone(ExampleGenerator.ZONE_SAMPLE);
1195 x.setTimeZone(ExampleGenerator.ZONE_SAMPLE);
1246 return neutralFormat.format(ExampleGenerator.DATE_SAMPLE);
DTestMisc.java171ExampleGenerator eg = new ExampleGenerator(englishFile, englishFile, CLDRPaths.SUPPLEMENTAL_DIRECT… in main()
DCheckNumbers.java569 return String.valueOf(ExampleGenerator.NUMBER_SAMPLE); in getSampleInput()
DExampleGenerator.java78 public class ExampleGenerator { class
232 …public ExampleGenerator(CLDRFile resolvedCldrFile, CLDRFile englishFile, String supplementalDataDi… in ExampleGenerator() method in ExampleGenerator
238 synchronized (ExampleGenerator.class) { in ExampleGenerator()
DCheckForExemplars.java105 private Matcher patternMatcher = ExampleGenerator.PARAMETER.matcher("");
/external/cldr/tools/java/org/unicode/cldr/util/
DTestUtilities.java30 import org.unicode.cldr.test.ExampleGenerator;
126 ExampleGenerator englishExampleGenerator = new ExampleGenerator(english, english, in testExampleGenerator()