Searched refs:putValueAtPath (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestDateOrder.java | 24 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()
|
D | TestCheckDisplayCollisions.java | 27 … frSource.putValueAtPath("//ldml/annotations/annotation[@cp=\"\"][@type=\"tts\"]", "scorpion"); in testInheritance() 28 …frSource.putValueAtPath("//ldml/annotations/annotation[@cp=\"♏\"][@type=\"tts\"]", "scorpion zodia… in testInheritance() 32 … frSource.putValueAtPath("//ldml/annotations/annotation[@cp=\"♏\"][@type=\"tts\"]", "scorpion"); in testInheritance()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRFilePseudolocalizer.java | 382 outputSource.putValueAtPath(fullPath, newValue); in generate() 387 outputSource.putValueAtPath(EXEMPLAR_AUX_PATH, in generate() 394 outputSource.putValueAtPath(NUMBERS_PATH, "latn"); in generate() 404 outputSource.putValueAtPath(territoryPath, String.format("[%s]", territory)); in addTerritory()
|
D | CLDRFileTransformer.java | 179 outputSource.putValueAtPath(fullPath, value); in transform()
|
D | ConvertXTB.java | 559 altSource.putValueAtPath(info.xpath, info.value); in writeXml()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | XMLSource.java | 89 putValueAtPath(path, tempMap.get(path)); in putAll() 110 putValueAtPath(otherSource.getFullPathAtDPath(path), newValue); in putAll() 149 public String putValueAtPath(String xpath, String value) { in putValueAtPath() method in XMLSource 1425 constructedItems.putValueAtPath( 1431 constructedItems.putValueAtPath( 1482 return constructedItems.putValueAtPath(fullpath, value); in addFallbackCodeToConstructedItems()
|
D | CLDRFile.java | 734 dataSource.putValueAtPath(currentFullXPath, value); in add() 819 dataSource.putValueAtPath(newFullPath, newValue); in putAll() 827 dataSource.putValueAtPath(other.getFullXPath(key), otherValue); in putAll() 836 dataSource.putValueAtPath(fullPath, otherValue); in putAll() 2709 dataSource.putValueAtPath(parts.toString(), dataSource.getValueAtPath(path));
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CasingInfo.java | 211 source.putValueAtPath(path, type.toString()); in createCasingXml() 214 source.putValueAtPath(path, type.toString()); in createCasingXml()
|