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.java1099 …PathDescription pathDescription = new PathDescription(GenerateXMB.supplementalDataInfo, english, e… in EnglishInfo() local
1135 String description = pathDescription.getDescription(path, value, level, null); in EnglishInfo()
1136 EnumSet<PathDescription.Status> descriptionStatus = pathDescription.getStatus(); in EnglishInfo()
1147 pathDescription.getStarredPathOutput()); in EnglishInfo()
1150 missingDescriptions.add(pathDescription.getStarredPathOutput()); in EnglishInfo()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPathHeader.java314 PathDescription pathDescription = new PathDescription(supplemental, in TestAppendTimezone() local
316 String description = pathDescription.getDescription(APPEND_TIMEZONE, in TestAppendTimezone()
772 PathDescription pathDescription = new PathDescription(supplemental, in TestPathDescriptionCompleteness() local
780 checkPathDescriptionCompleteness(pathDescription, normal, in TestPathDescriptionCompleteness()
790 checkPathDescriptionCompleteness(pathDescription, normal, path, in TestPathDescriptionCompleteness()
796 PathDescription pathDescription, Matcher normal, String path, in checkPathDescriptionCompleteness() argument
799 String description = pathDescription.getDescription(path, value, null, in checkPathDescriptionCompleteness()
1196 PathDescription pathDescription = new PathDescription(supplemental, in Test8414() local
1206 String p0 = pathDescription.getDescription(path0, v0, null, null); in Test8414()
1207 String p1 = pathDescription.getDescription(path1, v1, null, null); in Test8414()
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1507 private static PathDescription pathDescription = null; field in ConsoleCheckCLDR
1510 if (pathDescription == null) { in getIdString()
1511 pathDescription = new PathDescription(supplementalDataInfo, english, null, null, in getIdString()
1514 final String description = pathDescription.getDescription(path, value, null, null); in getIdString()
DExampleGenerator.java94 private PathDescription pathDescription; field in ExampleGenerator
2089 if (pathDescription == null) { in getHelpHtml()
2093 …this.pathDescription = new PathDescription(supplementalDataInfo, englishFile, extras, starredPaths, in getHelpHtml()
2104 String description = pathDescription.getDescription(xpath, value, level, null); in getHelpHtml()
2125 buffer.append(pathDescription.getPlaceholderDescription(xpath)); in getHelpHtml()