Searched refs:putValueAtDPath (Results 1 – 7 of 7) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestXMLSource.java | 32 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()
|
D | TestCheckDisplayCollisions.java | 57 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()
|
D | TestLocale.java | 386 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()
|
D | TestCheckWidths.java | 26 xmlSource.putValueAtDPath(path, value); in TestBasic()
|
D | TestCheckNumbers.java | 44 xmlSource.putValueAtDPath(path, value); in checkSingularity()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | SimpleXMLSource.java | 115 public void putValueAtDPath(String distinguishingXPath, String value) { in putValueAtDPath() method in SimpleXMLSource
|
D | XMLSource.java | 171 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
|