Home
last modified time | relevance | path

Searched refs:pathDescription (Results 1 – 5 of 5) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertXTB.java57 private static PathDescription pathDescription; field in ConvertXTB
572 if (pathDescription == null) { in getDescription()
574 pathDescription = new PathDescription(supplementalDataInfo, englishFile, null, null, in getDescription()
577 final String description = pathDescription.getDescription(path, value, null, null); in getDescription()
DGenerateXMB.java1098 …PathDescription pathDescription = new PathDescription(GenerateXMB.supplementalDataInfo, english, e… in EnglishInfo() local
1134 String description = pathDescription.getDescription(path, value, level, null); in EnglishInfo()
1135 EnumSet<PathDescription.Status> descriptionStatus = pathDescription.getStatus(); in EnglishInfo()
1146 pathDescription.getStarredPathOutput()); in EnglishInfo()
1149 missingDescriptions.add(pathDescription.getStarredPathOutput()); in EnglishInfo()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java303 PathDescription pathDescription = new PathDescription(supplemental, in TestAppendTimezone() local
305 String description = pathDescription.getDescription(APPEND_TIMEZONE, in TestAppendTimezone()
762 PathDescription pathDescription = new PathDescription(supplemental, in TestPathDescriptionCompleteness() local
770 checkPathDescriptionCompleteness(pathDescription, normal, in TestPathDescriptionCompleteness()
780 checkPathDescriptionCompleteness(pathDescription, normal, path, in TestPathDescriptionCompleteness()
786 PathDescription pathDescription, Matcher normal, String path, in checkPathDescriptionCompleteness() argument
789 String description = pathDescription.getDescription(path, value, null, in checkPathDescriptionCompleteness()
1093 PathDescription pathDescription = new PathDescription(supplemental, in Test8414() local
1103 String p0 = pathDescription.getDescription(path0, v0, null, null); in Test8414()
1104 String p1 = pathDescription.getDescription(path1, v1, null, null); in Test8414()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java93 private PathDescription pathDescription; field in ExampleGenerator
1892 if (pathDescription == null) { in getHelpHtml()
1896 …this.pathDescription = new PathDescription(supplementalDataInfo, englishFile, extras, starredPaths, in getHelpHtml()
1899 …this.pathDescription = new PathDescription(supplementalDataInfo, englishFile, extras, starredPaths, in getHelpHtml()
1909 String description = pathDescription.getDescription(xpath, value, level, null); in getHelpHtml()
1930 buffer.append(pathDescription.getPlaceholderDescription(xpath)); in getHelpHtml()
DConsoleCheckCLDR.java1524 private static PathDescription pathDescription = null; field in ConsoleCheckCLDR
1527 if (pathDescription == null) { in getIdString()
1528 pathDescription = new PathDescription(supplementalDataInfo, english, null, null, in getIdString()
1531 final String description = pathDescription.getDescription(path, value, null, null); in getIdString()