Searched refs:PathDescription (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowPathHeaderDescriptions.java | 13 import org.unicode.cldr.util.PathDescription; 76 …PathDescription pathDescriptionFactory = new PathDescription(config.getSupplementalDataInfo(), eng… in showDescriptions() 77 PathDescription.ErrorHandling.CONTINUE); in showDescriptions()
|
D | ConvertXTB.java | 28 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()
|
D | GenerateXMB.java | 42 import org.unicode.cldr.util.PathDescription; 1042 for (String langId : PathDescription.EXTRA_LANGUAGES) { in EnglishInfo() 1098 …PathDescription 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()
|
D | xmbSkip.txt | 59 # Make sure to duplicate this list in PathDescription.EXTRA_LANGUAGES!!!
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPathHeader.java | 37 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/ |
D | PathDescription.java | 20 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/ |
D | ExampleGenerator.java | 36 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()
|
D | ConsoleCheckCLDR.java | 51 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()
|