Home
last modified time | relevance | path

Searched refs:PathDescription (Results 1 – 8 of 8) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowPathHeaderDescriptions.java13 import org.unicode.cldr.util.PathDescription;
76PathDescription pathDescriptionFactory = new PathDescription(config.getSupplementalDataInfo(), eng… in showDescriptions()
77 PathDescription.ErrorHandling.CONTINUE); in showDescriptions()
DConvertXTB.java28 import org.unicode.cldr.util.PathDescription;
57 private static PathDescription pathDescription;
574 pathDescription = new PathDescription(supplementalDataInfo, englishFile, null, null, in getDescription()
575 PathDescription.ErrorHandling.CONTINUE); in getDescription()
DGenerateXMB.java42 import org.unicode.cldr.util.PathDescription;
1042 for (String langId : PathDescription.EXTRA_LANGUAGES) { in EnglishInfo()
1098PathDescription pathDescription = new PathDescription(GenerateXMB.supplementalDataInfo, english, e… in EnglishInfo()
1099 starredPaths, PathDescription.ErrorHandling.SKIP); in EnglishInfo()
1135 EnumSet<PathDescription.Status> descriptionStatus = pathDescription.getStatus(); in EnglishInfo()
1148 if (description == PathDescription.MISSING_DESCRIPTION) { in EnglishInfo()
DxmbSkip.txt59 # Make sure to duplicate this list in PathDescription.EXTRA_LANGUAGES!!!
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java37 import org.unicode.cldr.util.PathDescription;
303 PathDescription pathDescription = new PathDescription(supplemental, in TestAppendTimezone()
304 english, null, null, PathDescription.ErrorHandling.CONTINUE); in TestAppendTimezone()
762 PathDescription pathDescription = new PathDescription(supplemental, in TestPathDescriptionCompleteness()
763 english, null, null, PathDescription.ErrorHandling.CONTINUE); in TestPathDescriptionCompleteness()
786 PathDescription pathDescription, Matcher normal, String path, in checkPathDescriptionCompleteness()
802 } else if (description == PathDescription.MISSING_DESCRIPTION) { in checkPathDescriptionCompleteness()
1093 PathDescription pathDescription = new PathDescription(supplemental, in Test8414()
1094 english, null, null, PathDescription.ErrorHandling.CONTINUE); in Test8414()
/external/cldr/tools/java/org/unicode/cldr/util/
DPathDescription.java20 public class PathDescription { class
39 …ic RegexLookup<String> pathHandling = new RegexLookup<String>().loadFromFile(PathDescription.class,
60 public PathDescription(SupplementalDataInfo supplementalDataInfo, in PathDescription() method in PathDescription
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java36 import org.unicode.cldr.util.PathDescription;
93 private PathDescription pathDescription;
1896 …this.pathDescription = new PathDescription(supplementalDataInfo, englishFile, extras, starredPaths, in getHelpHtml()
1897 PathDescription.ErrorHandling.CONTINUE); in getHelpHtml()
1899 …this.pathDescription = new PathDescription(supplementalDataInfo, englishFile, extras, starredPaths, in getHelpHtml()
1900 PathDescription.ErrorHandling.CONTINUE); in getHelpHtml()
DConsoleCheckCLDR.java51 import org.unicode.cldr.util.PathDescription;
1524 private static PathDescription pathDescription = null;
1528 pathDescription = new PathDescription(supplementalDataInfo, english, null, null, in getIdString()
1529 PathDescription.ErrorHandling.CONTINUE); in getIdString()