/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckCLDR.java | 26 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 70 abstract public class CheckCLDR { class 405 …public Options(CLDRLocale locale, CheckCLDR.Phase testPhase, String requiredLevel, String localeTy… in Options() 639 final public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Map<String, String> options, in setCldrFileToCheck() 656 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck() 743 private CheckCLDR cause; 879 public CheckCLDR getCause() { in getCause() 883 public CheckStatus setCause(CheckCLDR cause) { in setCause() 1044 …public final CheckCLDR check(String path, String fullPath, String value, Map<String, String> optio… in check() 1061 public final CheckCLDR check(String path, String fullPath, String value, Options options, in check() [all …]
|
D | TestCache.java | 8 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() 83 …private Cache<CheckCLDR.Options, TestResultBundle> cache = CacheBuilder.newBuilder().maximumSize(C… 93 public TestResultBundle getBundle(CheckCLDR.Options options) { in getBundle() 204 for (CheckCLDR.Options k : toRemove) { in valueChangedInvalidateRecursively()
|
D | CheckAlt.java | 7 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 11 public class CheckAlt extends CheckCLDR { 19 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 98 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
D | CheckForInheritanceMarkers.java | 5 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()
|
D | CheckCasing.java | 5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 13 public class CheckCasing extends CheckCLDR { 28 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck() 38 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
|
D | CheckCurrencies.java | 5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 10 public class CheckCurrencies extends CheckCLDR { 17 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
|
D | CheckMetazones.java | 5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 9 public class CheckMetazones extends CheckCLDR { 14 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
|
D | CheckPlaceHolders.java | 7 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()
|
D | CheckNames.java | 7 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()
|
D | CheckQuotes.java | 7 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()
|
D | CheckCoverage.java | 11 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 53 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 109 if (this.getPhase().equals(CheckCLDR.Phase.VETTING)) { in handleCheck() 123 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
D | CheckNew.java | 6 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 22 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck() 40 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
|
D | CheckUnits.java | 6 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 12 public class CheckUnits extends CheckCLDR { 18 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
|
D | CheckZones.java | 11 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 31 …public CheckCLDR setCldrFileToCheck(CLDRFile cldrFile, Options options, List<CheckStatus> possible… in setCldrFileToCheck() 55 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 147 public CheckCLDR handleGetExamples(String path, String fullPath, String value, in handleGetExamples()
|
D | CheckChildren.java | 9 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 23 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 61 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
D | CheckWidths.java | 8 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() 361 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
D | FactoryCheckCLDR.java | 15 abstract class FactoryCheckCLDR extends CheckCLDR { 51 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
D | CheckLogicalGroupings.java | 8 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 35 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck() 84 public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, in handleCheck()
|
D | CheckForCopy.java | 8 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 152 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 239 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
D | ConsoleCheckCLDR.java | 23 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; 436 CompoundCheckCLDR checkCldr = CheckCLDR.getCheckAll(cldrFactory, checkFilter); in main() 604 final CLDRFile displayFile = CheckCLDR.getDisplayInformation(); in main() 1413 private static void showExamples(CheckCLDR checkCldr, String prettyPath, String localeID, in showExamples() [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckCLDR.java | 19 import org.unicode.cldr.test.CheckCLDR; 20 import org.unicode.cldr.test.CheckCLDR.CheckStatus; 21 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 22 import org.unicode.cldr.test.CheckCLDR.InputMethod; 23 import org.unicode.cldr.test.CheckCLDR.Options; 24 import org.unicode.cldr.test.CheckCLDR.Phase; 25 import org.unicode.cldr.test.CheckCLDR.StatusAction; 75 static class MyCheckCldr extends org.unicode.cldr.test.CheckCLDR { 90 public CheckCLDR handleCheck(String path, String fullPath, in handleCheck() 124 … CheckCLDR.Options checkCldrOptions = new Options(locale, Phase.SUBMISSION, "default", "basic"); in TestTestCache() [all …]
|
D | TestCheckWidths.java | 8 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;
|
D | TestCheckDisplayCollisions.java | 13 import org.unicode.cldr.test.CheckCLDR.CheckStatus; 14 import org.unicode.cldr.test.CheckCLDR.Options;
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | PrettyPath.java | 15 import org.unicode.cldr.test.CheckCLDR; 26 …prettyPathZoneTransform = CheckCLDR.getTransliteratorFromFile("prettyPathZone", "prettyPathZone.tx… 29 …private Transliterator prettyPathTransform = CheckCLDR.getTransliteratorFromFile("ID", "prettyPath…
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertXTB.java | 19 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()
|