Home
last modified time | relevance | path

Searched refs:CheckCLDR (Results 1 – 25 of 42) sorted by relevance

12

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java25 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
70 abstract public class CheckCLDR { class
408 …public Options(CLDRLocale locale, CheckCLDR.Phase testPhase, String requiredLevel, String localeTy… in Options()
642 final public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Map<String, String> options, in setCldrFileToCheck()
659 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
758 private CheckCLDR cause;
900 public CheckCLDR getCause() { in getCause()
904 public CheckStatus setCause(CheckCLDR cause) { in setCause()
1066 …public final CheckCLDR check(String path, String fullPath, String value, Map<String, String> optio… in check()
1083 public final CheckCLDR check(String path, String fullPath, String value, Options options, in check()
[all …]
DTestCache.java8 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
9 import org.unicode.cldr.test.CheckCLDR.Options;
31 final private CheckCLDR cc = CheckCLDR.getCheckAll(getFactory(), nameMatcher);
33 final private CheckCLDR.Options options;
37 protected TestResultBundle(CheckCLDR.Options cldrOptions) { in TestResultBundle()
88 …private Cache<CheckCLDR.Options, TestResultBundle> testResultCache = CacheBuilder.newBuilder().max…
98 public TestResultBundle getBundle(CheckCLDR.Options options) { in getBundle()
223 for (CheckCLDR.Options k : toRemove) { in updateTestResultCache()
DCheckAlt.java7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
10 public class CheckAlt extends CheckCLDR {
17 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck()
96 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
DCheckForInheritanceMarkers.java5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
8 public class CheckForInheritanceMarkers extends CheckCLDR {
11 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckCurrencies.java5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
9 public class CheckCurrencies extends CheckCLDR {
15 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckCasing.java5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
13 public class CheckCasing extends CheckCLDR {
28 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
39 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckMetazones.java5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
9 public class CheckMetazones extends CheckCLDR {
15 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckNames.java7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
10 public class CheckNames extends CheckCLDR {
17 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckPlaceHolders.java7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
10 public class CheckPlaceHolders extends CheckCLDR {
17 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckQuotes.java7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
12 public class CheckQuotes extends CheckCLDR {
25 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckCoverage.java11 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
54 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck()
110 if (this.getPhase().equals(CheckCLDR.Phase.VETTING)) { in handleCheck()
124 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
DCheckNew.java8 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
22 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
36 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckZones.java11 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
31 …public CheckCLDR setCldrFileToCheck(CLDRFile cldrFile, Options options, List<CheckStatus> possible… in setCldrFileToCheck()
56 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck()
148 public CheckCLDR handleGetExamples(String path, String fullPath, String value, in handleGetExamples()
DCheckChildren.java9 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
24 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck()
62 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
DCheckUnits.java7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
23 public class CheckUnits extends CheckCLDR {
34 …public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, List<CheckStatus> p… in setCldrFileToCheck()
44 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
DCheckWidths.java8 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
16 public class CheckWidths extends CheckCLDR {
106 …boolean hasProblem(String value, List<CheckStatus> result, CheckCLDR cause, Boolean aliasedAndComp… in hasProblem()
327 …public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, List<Che… in handleCheck()
362 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
DFactoryCheckCLDR.java15 abstract class FactoryCheckCLDR extends CheckCLDR {
52 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
DCheckForCopy.java7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
73 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck()
231 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
DConsoleCheckCLDR.java23 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
24 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
25 import org.unicode.cldr.test.CheckCLDR.CompoundCheckCLDR;
26 import org.unicode.cldr.test.CheckCLDR.FormatDemo;
27 import org.unicode.cldr.test.CheckCLDR.Options;
28 import org.unicode.cldr.test.CheckCLDR.Phase;
29 import org.unicode.cldr.test.CheckCLDR.SimpleDemo;
439 CompoundCheckCLDR checkCldr = CheckCLDR.getCheckAll(cldrFactory, checkFilter); in main()
448 CheckCLDR.setDisplayInformation(english); in main()
606 final CLDRFile displayFile = CheckCLDR.getDisplayInformation(); in main()
[all …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java18 import org.unicode.cldr.test.CheckCLDR;
19 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
20 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
21 import org.unicode.cldr.test.CheckCLDR.InputMethod;
22 import org.unicode.cldr.test.CheckCLDR.Options;
23 import org.unicode.cldr.test.CheckCLDR.Phase;
24 import org.unicode.cldr.test.CheckCLDR.StatusAction;
80 static class MyCheckCldr extends org.unicode.cldr.test.CheckCLDR {
95 public CheckCLDR handleCheck(String path, String fullPath, in handleCheck()
129CheckCLDR.Options checkCldrOptions = new Options(locale, Phase.SUBMISSION, "default", "basic"); in TestTestCache()
[all …]
DTestCheckWidths.java8 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
9 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
10 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Type;
DTestCheckNumbers.java8 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
9 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
10 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Type;
/external/cldr/tools/java/org/unicode/cldr/util/
DPrettyPath.java15 import org.unicode.cldr.test.CheckCLDR;
27 …prettyPathZoneTransform = CheckCLDR.getTransliteratorFromFile("prettyPathZone", "prettyPathZone.tx…
30 …private Transliterator prettyPathTransform = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath…
/external/cldr/tools/java/org/unicode/cldr/tool/
DSearchCLDR.java17 import org.unicode.cldr.test.CheckCLDR;
18 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
19 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype;
104 private static CheckCLDR checkCldr;
175 checkCldr = (CheckCLDR) ctor.newInstance(cldrFactory); in main()
179 CheckCLDR.setDisplayInformation(english); in main()
DConvertXTB.java19 import org.unicode.cldr.test.CheckCLDR;
20 import org.unicode.cldr.test.CheckCLDR.CheckStatus;
63 private CheckCLDR checkCldr;
96 this.checkCldr = CheckCLDR.getCheckAll(factory, checkFilter); in ConvertXTB()
97 CheckCLDR.setDisplayInformation(englishFile); in ConvertXTB()

12