Home
last modified time | relevance | path

Searched refs:putValueAtDPath (Results 1 – 7 of 7) sorted by relevance

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestXMLSource.java32 public void putValueAtDPath(String distinguishingXPath, String value) { in putValueAtDPath() method in TestXMLSource.DummyXMLSource
76 source.putValueAtDPath("//ldml/foo", "x"); in TestGetPathsWithValue()
77 source.putValueAtDPath("//ldml/foo[@alt=\"proposed5\"]", "x"); in TestGetPathsWithValue()
78 source.putValueAtDPath("//ldml/foo[@alt=\"short\"]", "x"); in TestGetPathsWithValue()
79 source.putValueAtDPath("//ldml/foo[@alt=\"short-proposed-x\"]", "x"); in TestGetPathsWithValue()
80 source.putValueAtDPath( in TestGetPathsWithValue()
82 source.putValueAtDPath("//ldml/foo[@alt=\"short-x\"]", "x"); in TestGetPathsWithValue()
DTestCheckDisplayCollisions.java57 frSource.putValueAtDPath(japanRegion, "Japon"); in testInheritance()
58 frSource.putValueAtDPath(japanMap, "carte du Japon"); in testInheritance()
59 frSource.putValueAtDPath(milli, "m{0}"); in testInheritance()
60 frSource.putValueAtDPath(mega, "M{0}"); in testInheritance()
62 frSource.putValueAtDPath(deciLong, "d{0}"); in testInheritance()
63 frSource.putValueAtDPath(deciNarrow, "d{0}"); in testInheritance()
64 frSource.putValueAtDPath(deciShort, "d{0}"); in testInheritance()
71 frCaSource.putValueAtDPath(japanMap, "Japon"); in testInheritance()
DTestLocale.java386 dxs.putValueAtDPath(path, row[2]); in TestBrackets()
390 root.putValueAtDPath( in TestBrackets()
393 root.putValueAtDPath( in TestBrackets()
396 root.putValueAtDPath( in TestBrackets()
399 root.putValueAtDPath( in TestBrackets()
402 root.putValueAtDPath( in TestBrackets()
DTestCheckWidths.java26 xmlSource.putValueAtDPath(path, value); in TestBasic()
DTestCheckNumbers.java44 xmlSource.putValueAtDPath(path, value); in checkSingularity()
/external/cldr/tools/java/org/unicode/cldr/util/
DSimpleXMLSource.java115 public void putValueAtDPath(String distinguishingXPath, String value) { in putValueAtDPath() method in SimpleXMLSource
DXMLSource.java171 putValueAtDPath(distinguishingXPath, value); in putValueAtPath()
567 abstract public void putValueAtDPath(String distinguishingXPath, String value); in putValueAtDPath() method in XMLSource
1210 public void putValueAtDPath(String distinguishingXPath, String value) { in putValueAtDPath() method in XMLSource.ResolvingSource