Home
last modified time | relevance | path

Searched refs:oldParts (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DShowData.java266 PathHeader oldParts = null; in main() local
336 … + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection()) in main()
337 … + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage()) in main()
338 … + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader()) in main()
339 … + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode()) in main()
353 oldParts = prettyPath; in main()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DJsonConverter.java67 …XPathParts oldParts = XPathParts.getFrozenInstance(fullXpath).cloneAsThawed(); // not frozen, rewr… in main() local
71 rewrite(dtdType, oldParts, value, element2Attributes, parts); in main()