Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowData.java574 CLDRFile file, String path, String parentFullPath, StringBuffer draftRef) {
576 if (parentFullPath != null && !parentFullPath.equals(path)) {
577 file.getNonDistinguishingAttributes(parentFullPath,
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java977 final String parentFullPath = parentFile.getFullXPath(path); in showDifferences() local
981 logln("\t\t" + localeParent + " fullpath:\t" + parentFullPath); in showDifferences()