Home
last modified time | relevance | path

Searched refs:putValueAtPath (Results 1 – 11 of 11) sorted by relevance

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestCheckDisplayCollisions.java62 frSource.putValueAtPath(scorpionEmoji, "scorpion"); in testInheritance()
63 frSource.putValueAtPath(scorpioEmoji, "scorpion zodiac"); in testInheritance()
64 frSource.putValueAtPath(englandSubdivision, "Angleterre"); in testInheritance()
65 frSource.putValueAtPath(ukRegion, "Royaume-Uni"); in testInheritance()
78 frCaSource.putValueAtPath(scorpioEmoji, "scorpion"); in testInheritance()
79 frCaSource.putValueAtPath(ukRegion, "Angleterre"); in testInheritance()
135 source.putValueAtPath(unitPatternA, duplicatedValue); in mustCollide()
136 source.putValueAtPath(unitPatternB, duplicatedValue); in mustCollide()
317 localeSource.putValueAtPath(entry.getKey(), entry.getValue()); in makeFakeCldrFile()
DTestCheckAltOnly.java45 source.putValueAtPath(altPath, value); in testAltWithoutNonAlt()
139 subSource.putValueAtPath(altPath, valueSubAlt); in reallyTestSubLocale()
142 parSource.putValueAtPath(altPath, valueParAlt); in reallyTestSubLocale()
143 parSource.putValueAtPath(nonAltPath, valueParNonAlt); in reallyTestSubLocale()
DTestDateOrder.java46 source.putValueAtPath(fullDate, "EEEE, dd MMMM, y"); in TestDateImportance()
49 source.putValueAtPath(longDate, "dd MMMM y"); in TestDateImportance()
52 source.putValueAtPath(mediumDate, "dd-MMM-y"); in TestDateImportance()
55 source.putValueAtPath(shortDate, "dd/MM/yy"); in TestDateImportance()
58 source.putValueAtPath(availableFormat, "M/d/y"); in TestDateImportance()
61 source.putValueAtPath(intervalFormat, "d/M/y – d/M/y"); in TestDateImportance()
75 source.putValueAtPath(fullDate, "EEEE, y MMMM dd"); in TestDateImportance()
DTestCheckCLDR.java351 localeSource.putValueAtPath(path, value); in checkPathValue()
697 localeSource.putValueAtPath(path, value); in TestCheckNewRootFailure()
DTestUnits.java1559 xmlSource.putValueAtPath(path, unit); in TestUnitPreferenceSource()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCLDRFilePseudolocalizer.java414 outputSource.putValueAtPath(fullPath, newValue); in generate()
419 outputSource.putValueAtPath( in generate()
426 outputSource.putValueAtPath(NUMBERS_PATH, "latn"); in generate()
434 outputSource.putValueAtPath(territoryPath, String.format("[%s]", territory)); in addTerritory()
DCLDRFileTransformer.java272 outputSource.putValueAtPath(fullPath, value); in transform()
DConvertXTB.java541 altSource.putValueAtPath(info.xpath, info.value); in writeXml()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLSource.java197 putValueAtPath(path, tempMap.get(path)); in putAll()
218 String fullPath = putValueAtPath(otherSource.getFullPathAtDPath(path), newValue); in putAll()
263 public String putValueAtPath(String xpath, String value) { in putValueAtPath() method in XMLSource
1706 constructedItems.putValueAtPath(
1714 constructedItems.putValueAtPath(
1757 return constructedItems.putValueAtPath(fullpath, value); in addFallbackCodeToConstructedItems()
1982 this.putValueAtPath(currentFullXPath.intern(), value); in add()
DCLDRFile.java857 dataSource.putValueAtPath(currentFullXPath, value); in add()
968 dataSource.putValueAtPath(newFullPath, newValue); in putAll()
976 dataSource.putValueAtPath(other.getFullXPath(key), otherValue); in putAll()
990 dataSource.putValueAtPath(fullPath, otherValue); in putAll()
2651 dataSource.putValueAtPath(parts.toString(), dataSource.getValueAtPath(path));
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCasingInfo.java211 source.putValueAtPath(path, type.toString()); in createCasingXml()
214 source.putValueAtPath(path, type.toString()); in createCasingXml()