Home
last modified time | relevance | path

Searched refs:getFullXPath (Results 1 – 25 of 55) sorted by relevance

123

/external/cldr/tools/java/org/unicode/cldr/tool/
DPivotData.java67 …String defaultContentList = supplementalMetadata.getFullXPath("//supplementalData/metadata/default… in pivotGroup()
110 if (me.getFullXPath("//ldml/alias", true) != null) { in writePivot()
122 if (resolvedParent.getFullXPath("//ldml/alias", true) != null) { in writePivot()
129 String fullPath = me.getFullXPath(path); in writePivot()
131 String oldFullXPath = resolvedParent.getFullXPath(path); in writePivot()
183 if (newFile.getFullXPath("//ldml/alias", true) != null) { in writePivot()
210 fullPath = toAddFrom.getFullXPath(path); in addPathsAndValuesFrom()
213 oldFullXPath = toModify.getFullXPath(path); in addPathsAndValuesFrom()
DCLDRModify.java542 String fullpath = k.getFullXPath(path); in main()
812 String temp = cldrFileToFilter.getFullXPath(oldFullPath); in replace()
1027 String fullPath = cldrFileToFilter.getFullXPath(xpath);
1051 String fullXPath = cldrFileToFilter.getFullXPath(xpath);
1113 String oldFullXPath = cldrFileToFilter.getFullXPath(xpath);
1141 String oldFullXPath = cldrFileToFilter.getFullXPath(xpath);
1158 String fullXPath = cldrFileToFilter.getFullXPath(xpath);
1269 String fullXPath = cldrFileToFilter.getFullXPath(xpath);
1294 String fullpath = cldrFileToFilter.getFullXPath(xpath);
1330 String fullpath = cldrFileToFilter.getFullXPath(xpath);
[all …]
DCLDRFormat.java100 String full1 = cldrFile.getFullXPath(path); in findFirstDifference()
101 String full2 = regenFile.getFullXPath(path); in findFirstDifference()
DDiffWithParent.java44 String fullPath = file.getFullXPath(path); in main()
46 String pfullPath = parent.getFullXPath(path); in main()
DCLDRCompare.java92 String newFullPath = newCldrFile.getFullXPath(path); in main()
93 String oldFullPath = oldCldrFile.getFullXPath(path); in main()
DShowCoverageLevels.java32 String fullPath = cldrFileToCheck.getFullXPath(path); in main()
DSearchCLDR.java265 String fullPath = file.getFullXPath(path); in main()
294 checkCldr.check(path, file.getFullXPath(path), value, options, result); in main()
309 checkCldr.check(path, file.getFullXPath(path), value, options, result); in main()
DCompareEn.java102 String fullPath = en_GBR.getFullXPath(path); in uplevelEnGB()
DVettingAdder.java146 String fullPath = cldr.getFullXPath(path); in incorporateVetting()
286 String fullPath = cldr.getFullXPath(path); in showFiles()
DCLDRFileTransformer.java199 String fullPath = input.getFullXPath(xpath); in transform()
DDiffCldr.java104 String path = cldrFile.getFullXPath(distinguishedPath); in main()
/external/cldr/tools/java/org/unicode/cldr/icu/
DXPPUtil.java40 String fullPath = whichFile.getFullXPath(xpath); in getBasicAttributeValue()
48 String fullPath = file.getFullXPath(xpath); in findAttributeValue()
/external/cldr/tools/java/org/unicode/cldr/api/
DCldrFileDataSource.java65 String fullXPath = source.getFullXPath(dPath); in get()
130 src.getFullXPath(dPath), previousElements, valueAttributes::put); in read()
/external/cldr/tools/java/org/unicode/cldr/test/
DTestCache.java67 cc.check(path, file.getFullXPath(path), value, options, result); in check()
73 cc.getExamples(path, file.getFullXPath(path), value, options, result); in getExamples()
DCheckLogicalGroupings.java213 String fPath = getCldrFileToCheck().getFullXPath(path); in handleCheck()
227 fPath = getCldrFileToCheck().getFullXPath(apath); in handleCheck()
DCLDRTest.java156 … if (item.getFullXPath(xpath).indexOf("[@draft=\"unconfirmed\"]") >= 0) draft = " [draft]"; in TestCurrencyFormats()
200 vc.fullxpath = item.getFullXPath(xpath); in TestCommonChildren()
257 String fullxpath = plain.getFullXPath(xpath); in TestThatExemplarsContainAll()
511 XPathParts parts = XPathParts.getFrozenInstance(item.getFullXPath(xpath)); in checkAttributeValidity()
664 XPathParts parts = XPathParts.getFrozenInstance(supp.getFullXPath(path));
DTestMisc.java215 String fullPath = en.getFullXPath(path); in checkAliases()
517 String fullPath = cldrFile.getFullXPath(path); in checkDistinguishing()
642 String fullPath = supp.getFullXPath(path); in testPopulous()
/external/cldr/tools/java/org/unicode/cldr/util/
DCharacterFallbacks.java28 String fullPath = characterFallbacks.getFullXPath(path); in CharacterFallbacks()
DCLDRFile.java378 System.out.println(getFullXPath(xpath) + " =>\t" + getStringValue(xpath)); in show()
419 firstFullPath = getFullXPath(firstPath); in write()
527 XPathParts current = XPathParts.getFrozenInstance(getFullXPath(xpath)).cloneAsThawed(); in write()
703 public String getFullXPath(String xpath) { in getFullXPath() method in CLDRFile
837 String fullpath = getFullXPath(cpath); in putAll()
849 String newFullPath = getNondraftNonaltXPath(other.getFullXPath(cpath)); in putAll()
851 newFullPath = addReferencesIfNeeded(newFullPath, getFullXPath(cpath)); in putAll()
872 dataSource.putValueAtPath(other.getFullXPath(key), otherValue); in putAll()
874 && equalsIgnoringDraft(getFullXPath(key), other.getFullXPath(key))) in putAll()
878 …XPathParts parts = XPathParts.getFrozenInstance(other.getFullXPath(key)).cloneAsThawed(); // not f… in putAll()
[all …]
DTimezoneFormatter.java176 String temp = desiredLocaleFile.getFullXPath("//ldml/dates/timeZoneNames/singleCountries"); in TimezoneFormatter()
201 String xpath = desiredLocaleFile.getFullXPath(cleanPath); in checkForDraft()
DVettingViewer.java355 String fullPath = cldrFile.getFullXPath(path); in getErrorCheckStatus()
371 String fullPath = cldrFile.getFullXPath(path); in getErrorStatus()
1551 String fullPath = file.getFullXPath(path); in getStatus()
1641 String fullPath = cldrFile.getFullXPath(path); in main()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java193 String fullPath = cldrfile.getFullXPath(xpath); in checkDtds()
195 fullPath = cldrfile.getFullXPath(xpath); in checkDtds()
626 String fullPath = file.getFullXPath(path); in TestPaths()
713 String fullpath = root.getFullXPath(path); in TestAPath()
968 final String fullXPath = cldrFile.getFullXPath(path); in showDifferences()
977 final String parentFullPath = parentFile.getFullXPath(path); in showDifferences()
DTestAliases.java104 String fullpath = en.getFullXPath(path); in testCountFull()
DTestCheckCLDR.java118 c.check(path, english.getFullXPath(path), in TestCheckConsistentCasing()
149 String fullPath = cldrFile.getFullXPath(path); in TestTestCache()
400 test.handleCheck(path, patched.getFullXPath(path), resolvedValue, in checkLocale()
/external/cldr/tools/java/org/unicode/cldr/tool/resolver/
DCldrResolver.java283 … = resolutionType == ResolutionType.SIMPLE ? distinguishedPath : file.getFullXPath(distinguishedPa… in resolveLocaleInternal()

123