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()
1099PathDescription pathDescription = new PathDescription(GenerateXMB.supplementalDataInfo, english, e… in EnglishInfo()
1100 starredPaths, PathDescription.ErrorHandling.SKIP); in EnglishInfo()
1136 EnumSet<PathDescription.Status> descriptionStatus = pathDescription.getStatus(); in EnglishInfo()
1149 if (description == PathDescription.MISSING_DESCRIPTION) { in EnglishInfo()
DxmbSkip.txt59 # Make sure to duplicate this list in PathDescription.EXTRA_LANGUAGES!!!
/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,
59 public PathDescription(SupplementalDataInfo supplementalDataInfo, in PathDescription() method in PathDescription
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java38 import org.unicode.cldr.util.PathDescription;
314 PathDescription pathDescription = new PathDescription(supplemental, in TestAppendTimezone()
315 english, null, null, PathDescription.ErrorHandling.CONTINUE); in TestAppendTimezone()
772 PathDescription pathDescription = new PathDescription(supplemental, in TestPathDescriptionCompleteness()
773 english, null, null, PathDescription.ErrorHandling.CONTINUE); in TestPathDescriptionCompleteness()
796 PathDescription pathDescription, Matcher normal, String path, in checkPathDescriptionCompleteness()
812 } else if (description == PathDescription.MISSING_DESCRIPTION) { in checkPathDescriptionCompleteness()
1196 PathDescription pathDescription = new PathDescription(supplemental, in Test8414()
1197 english, null, null, PathDescription.ErrorHandling.CONTINUE); in Test8414()
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java50 import org.unicode.cldr.util.PathDescription;
1507 private static PathDescription pathDescription = null;
1511 pathDescription = new PathDescription(supplementalDataInfo, english, null, null, in getIdString()
1512 PathDescription.ErrorHandling.CONTINUE); in getIdString()
DExampleGenerator.java36 import org.unicode.cldr.util.PathDescription;
94 private PathDescription pathDescription;
2093 …this.pathDescription = new PathDescription(supplementalDataInfo, englishFile, extras, starredPaths, in getHelpHtml()
2094 PathDescription.ErrorHandling.CONTINUE); in getHelpHtml()