Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestDateOrder.java24 source.putValueAtPath(fullDate, "EEEE, dd MMMM, y"); in TestDateImportance()
26 source.putValueAtPath(longDate, "dd MMMM y"); in TestDateImportance()
28 source.putValueAtPath(mediumDate, "dd-MMM-y"); in TestDateImportance()
30 source.putValueAtPath(shortDate, "dd/MM/yy"); in TestDateImportance()
32 source.putValueAtPath(availableFormat, "M/d/y"); in TestDateImportance()
34 source.putValueAtPath(intervalFormat, "d/M/y – d/M/y"); in TestDateImportance()
48 source.putValueAtPath(fullDate, "EEEE, y MMMM dd"); in TestDateImportance()
DTestCheckDisplayCollisions.java53 frSource.putValueAtPath(scorpionEmoji, "scorpion"); in testInheritance()
54 frSource.putValueAtPath(scorpioEmoji, "scorpion zodiac"); in testInheritance()
55 frSource.putValueAtPath(englandSubdivision, "Angleterre"); in testInheritance()
56 frSource.putValueAtPath(ukRegion, "Royaume-Uni"); in testInheritance()
69 frCaSource.putValueAtPath(scorpioEmoji, "scorpion"); in testInheritance()
70 frCaSource.putValueAtPath(ukRegion, "Angleterre"); in testInheritance()
124 source.putValueAtPath(unitPatternA, duplicatedValue); in mustCollide()
125 source.putValueAtPath(unitPatternB, duplicatedValue); in mustCollide()
211 localeSource.putValueAtPath(entry.getKey(), entry.getValue()); in TestDotPixel14031()
DTestCheckCLDR.java247 localeSource.putValueAtPath(path, value); in checkPathValue()
518 localeSource.putValueAtPath(path, value); in TestCheckNewRootFailure()
DTestUnits.java1185 xmlSource.putValueAtPath(path, unit); in TestUnitPreferenceSource()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRFilePseudolocalizer.java386 outputSource.putValueAtPath(fullPath, newValue); in generate()
391 outputSource.putValueAtPath(EXEMPLAR_AUX_PATH, in generate()
398 outputSource.putValueAtPath(NUMBERS_PATH, "latn"); in generate()
408 outputSource.putValueAtPath(territoryPath, String.format("[%s]", territory)); in addTerritory()
DCLDRFileTransformer.java204 outputSource.putValueAtPath(fullPath, value); in transform()
DConvertXTB.java559 altSource.putValueAtPath(info.xpath, info.value); in writeXml()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java100 putValueAtPath(path, tempMap.get(path)); in putAll()
121 putValueAtPath(otherSource.getFullPathAtDPath(path), newValue); in putAll()
166 public String putValueAtPath(String xpath, String value) { in putValueAtPath() method in XMLSource
1529 constructedItems.putValueAtPath(
1535 constructedItems.putValueAtPath(
1586 return constructedItems.putValueAtPath(fullpath, value); in addFallbackCodeToConstructedItems()
1814 this.putValueAtPath(currentFullXPath, value); in add()
DCLDRFile.java785 dataSource.putValueAtPath(currentFullXPath, value); in add()
864 dataSource.putValueAtPath(newFullPath, newValue); in putAll()
872 dataSource.putValueAtPath(other.getFullXPath(key), otherValue); in putAll()
884 dataSource.putValueAtPath(fullPath, otherValue); in putAll()
2741 dataSource.putValueAtPath(parts.toString(), dataSource.getValueAtPath(path));
/external/cldr/tools/java/org/unicode/cldr/test/
DCasingInfo.java211 source.putValueAtPath(path, type.toString()); in createCasingXml()
214 source.putValueAtPath(path, type.toString()); in createCasingXml()