HomeSort by relevance Sort by last modified time
    Searched refs:oldParts (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowData.java 263 PathHeader oldParts = null;
331 + addPart(oldParts == null ? null : oldParts.getSection(), prettyPath.getSection())
332 + addPart(oldParts == null ? null : oldParts.getPage(), prettyPath.getPage())
333 + addPart(oldParts == null ? null : oldParts.getHeader(), prettyPath.getHeader())
334 + addPart(oldParts == null ? null : oldParts.getCode(), prettyPath.getCode())
348 oldParts = prettyPath
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/draft/
JsonConverter.java 53 final XPathParts oldParts = new XPathParts();
67 oldParts.set(fullXpath);
71 rewrite(dtdType, oldParts, value, element2Attributes, parts);

Completed in 264 milliseconds