/external/cldr/tools/java/org/unicode/cldr/test/ |
D | TestCache.java | 6 import org.unicode.cldr.test.CheckCLDR.CheckStatus; 22 CheckCLDR cc = createCheck(); 23 private CheckCLDR.Options options; 25 protected TestResultBundle(CheckCLDR.Options options) { in TestResultBundle() 74 public abstract TestResultBundle getBundle(CheckCLDR.Options options); in getBundle() 79 protected CheckCLDR createCheck() { in createCheck() 80 CheckCLDR checkCldr; in createCheck() 81 checkCldr = CheckCLDR.getCheckAll(getFactory(), nameMatcher); in createCheck()
|
D | CheckCLDR.java | 26 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 69 abstract public class CheckCLDR { class 413 …public Options(CLDRLocale locale, CheckCLDR.Phase testPhase, String requiredLevel, String localeTy… in Options() 643 final public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Map<String, String> options, in setCldrFileToCheck() 660 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck() 744 private CheckCLDR cause; 877 public CheckCLDR getCause() { in getCause() 881 public CheckStatus setCause(CheckCLDR cause) { in setCause() 1049 …public final CheckCLDR check(String path, String fullPath, String value, Map<String, String> optio… in check() 1066 public final CheckCLDR check(String path, String fullPath, String value, Options options, in check() [all …]
|
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 { 29 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck() 39 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 | SimpleTestCache.java | 10 import org.unicode.cldr.test.CheckCLDR.Options; 33 …private Cache<CheckCLDR.Options, TestResultBundle> cache = CacheBuilder.newBuilder().maximumSize(C… 67 for (CheckCLDR.Options k : toRemove) { in valueChanged() 92 public TestResultBundle getBundle(CheckCLDR.Options options) { in getBundle()
|
D | CheckMetazones.java | 5 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 9 public class CheckMetazones extends CheckCLDR { 16 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 | CheckUnits.java | 6 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 10 public class CheckUnits 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() 100 if (this.getPhase().equals(CheckCLDR.Phase.VETTING)) { in handleCheck() 114 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
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() 56 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 149 public CheckCLDR handleGetExamples(String path, String fullPath, String value, in handleGetExamples()
|
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 | 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 { 102 …boolean hasProblem(String value, List<CheckStatus> result, CheckCLDR cause, Boolean aliasedAndComp… in hasProblem() 318 …public CheckCLDR handleCheck(String path, String fullPath, String value, Options options, List<Che… in handleCheck() 352 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 | 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() 605 final CLDRFile displayFile = CheckCLDR.getDisplayInformation(); in main() 1428 … private static void showSummary(CheckCLDR checkCldr, String localeID, Level level, String value) { in showSummary() [all …]
|
D | CheckForCopy.java | 9 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 150 public CheckCLDR handleCheck(String path, String fullPath, String value, in handleCheck() 228 public CheckCLDR setCldrFileToCheck(CLDRFile cldrFileToCheck, Options options, in setCldrFileToCheck()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckCLDR.java | 14 import org.unicode.cldr.test.CheckCLDR; 15 import org.unicode.cldr.test.CheckCLDR.CheckStatus; 16 import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; 17 import org.unicode.cldr.test.CheckCLDR.Options; 50 static class MyCheckCldr extends org.unicode.cldr.test.CheckCLDR { 65 public CheckCLDR handleCheck(String path, String fullPath, in handleCheck() 114 CheckCLDR test = CheckCLDR.getCheckAll(factory, ".*"); in TestPlaceholders() 206 CheckCLDR test = CheckCLDR.getCheckAll(factory, INDIVIDUAL_TESTS); in TestFullErrors() 207 CheckCLDR.setDisplayInformation(english); in TestFullErrors() 215 CheckCLDR test = CheckCLDR.getCheckAll(factory, INDIVIDUAL_TESTS); in TestAllLocales() [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 | 6 import org.unicode.cldr.test.CheckCLDR.CheckStatus; 7 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; 25 …prettyPathZoneTransform = CheckCLDR.getTransliteratorFromFile("prettyPathZone", "prettyPathZone.tx… 28 …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()
|