/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | PivotData.java | 67 …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()
|
D | CLDRModify.java | 540 String fullpath = k.getFullXPath(path); in main() 807 String temp = cldrFileToFilter.getFullXPath(oldFullPath); in replace() 1018 String fullPath = cldrFileToFilter.getFullXPath(xpath); 1041 String fullXPath = cldrFileToFilter.getFullXPath(xpath); 1102 String oldFullXPath = cldrFileToFilter.getFullXPath(xpath); 1130 String oldFullXPath = cldrFileToFilter.getFullXPath(xpath); 1146 String fullXPath = cldrFileToFilter.getFullXPath(xpath); 1251 String fullXPath = cldrFileToFilter.getFullXPath(xpath); 1276 String fullpath = cldrFileToFilter.getFullXPath(xpath); 1311 String fullpath = cldrFileToFilter.getFullXPath(xpath); [all …]
|
D | CLDRFormat.java | 101 String full1 = cldrFile.getFullXPath(path); in findFirstDifference() 102 String full2 = regenFile.getFullXPath(path); in findFirstDifference()
|
D | CLDRCompare.java | 93 String newFullPath = newCldrFile.getFullXPath(path); in main() 94 String oldFullPath = oldCldrFile.getFullXPath(path); in main()
|
D | DiffWithParent.java | 44 String fullPath = file.getFullXPath(path); in main() 46 String pfullPath = parent.getFullXPath(path); in main()
|
D | ShowCoverageLevels.java | 32 String fullPath = cldrFileToCheck.getFullXPath(path); in main()
|
D | GenerateCldrDateTimeTests.java | 75 String path = cldrFile.getFullXPath(cpath); in getInfo()
|
D | VettingAdder.java | 143 String fullPath = cldr.getFullXPath(path); in incorporateVetting() 283 String fullPath = cldr.getFullXPath(path); in showFiles()
|
D | CompareEn.java | 103 String fullPath = en_GBR.getFullXPath(path); in uplevelEnGB()
|
D | CLDRFileTransformer.java | 189 String fullPath = input.getFullXPath(xpath); in transform()
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | XPPUtil.java | 40 String fullPath = whichFile.getFullXPath(xpath); in getBasicAttributeValue() 48 String fullPath = file.getFullXPath(xpath); in findAttributeValue()
|
D | LocaleMapper.java | 304 public static String getFullXPath(String xpath, CLDRFile cldrFile) { in getFullXPath() method in LocaleMapper 305 String fullPath = cldrFile.getFullXPath(xpath); in getFullXPath() 319 String fullPath = cldr.getFullXPath(path); in matchXPath() 403 String version = cldrResolved.getFullXPath("//ldml/identity/version"); in hackAddExtras()
|
D | BreakIteratorMapper.java | 53 String fullPath = specialsFile.getFullXPath(path); in fillFromCldr()
|
D | CollationMapper.java | 84 String fullPath = specialFile.getFullXPath(path); in fillFromCldr()
|
/external/cldr/tools/java/org/unicode/cldr/api/ |
D | CldrFileDataSource.java | 65 String fullXPath = source.getFullXPath(dPath); in get() 130 src.getFullXPath(dPath), previousElements, valueAttributes::put); in read()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckLogicalGroupings.java | 175 String fPath = getCldrFileToCheck().getFullXPath(path); in handleCheck() 189 fPath = getCldrFileToCheck().getFullXPath(apath); in handleCheck()
|
D | TestCache.java | 67 cc.check(path, file.getFullXPath(path), value, options, result); in check() 73 cc.getExamples(path, file.getFullXPath(path), value, options, result); in getExamples()
|
D | CLDRTest.java | 153 … if (item.getFullXPath(xpath).indexOf("[@draft=\"unconfirmed\"]") >= 0) draft = " [draft]"; in TestCurrencyFormats() 197 vc.fullxpath = item.getFullXPath(xpath); in TestCommonChildren() 254 String fullxpath = plain.getFullXPath(xpath); in TestThatExemplarsContainAll() 508 XPathParts parts = XPathParts.getFrozenInstance(item.getFullXPath(xpath)); in checkAttributeValidity() 661 XPathParts parts = XPathParts.getFrozenInstance(supp.getFullXPath(path));
|
D | TestMisc.java | 216 String fullPath = en.getFullXPath(path); in checkAliases() 516 String fullPath = cldrFile.getFullXPath(path); in checkDistinguishing() 641 String fullPath = supp.getFullXPath(path); in testPopulous()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CharacterFallbacks.java | 28 String fullPath = characterFallbacks.getFullXPath(path); in CharacterFallbacks()
|
D | CLDRFile.java | 380 System.out.println(getFullXPath(xpath) + " =>\t" + getStringValue(xpath)); in show() 419 firstFullPath = getFullXPath(firstPath); in write() 536 current.setForWritingWithSuppressionMap(getFullXPath(xpath)); in write() 697 public String getFullXPath(String xpath) { in getFullXPath() method in CLDRFile 829 String fullpath = getFullXPath(cpath); in putAll() 841 String newFullPath = getNondraftNonaltXPath(other.getFullXPath(cpath)); in putAll() 843 newFullPath = addReferencesIfNeeded(newFullPath, getFullXPath(cpath)); in putAll() 864 dataSource.putValueAtPath(other.getFullXPath(key), otherValue); in putAll() 866 && equalsIgnoringDraft(getFullXPath(key), other.getFullXPath(key))) in putAll() 870 … XPathParts parts = XPathParts.getInstance(other.getFullXPath(key)); // not frozen, for addAttribut in putAll() [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCheckCLDR.java | 113 c.check(path, english.getFullXPath(path), in TestCheckConsistentCasing() 144 String fullPath = cldrFile.getFullXPath(path); in TestTestCache() 246 test.handleCheck(path, english.getFullXPath(path), "?", in TestPlaceholders() 260 test.handleCheck(path, english.getFullXPath(path), "?", in TestPlaceholders() 269 test.handleCheck(path, english.getFullXPath(path), "?", in TestPlaceholders() 347 test.handleCheck(path, patched.getFullXPath(path), resolvedValue, in checkLocale()
|
D | TestBasic.java | 192 String fullPath = cldrfile.getFullXPath(xpath); in checkDtds() 194 fullPath = cldrfile.getFullXPath(xpath); in checkDtds() 622 String fullPath = file.getFullXPath(path); in TestPaths() 709 String fullpath = root.getFullXPath(path); in TestAPath() 956 final String fullXPath = cldrFile.getFullXPath(path); in showDifferences() 965 final String parentFullPath = parentFile.getFullXPath(path); in showDifferences()
|
D | TestAliases.java | 104 String fullpath = en.getFullXPath(path); in testCountFull()
|
D | TestLdml2ICU.java | 259 .getFullXPath(xpath)); in checkLocaleRegexes()
|