Home
last modified time | relevance | path

Searched refs:xpath2 (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/doc/examples/
DMakefile.am50 xpath2.res
67 xpath2 program
97 xpath2_SOURCES = xpath2.c
134 …@$(CHECKER) ./xpath2 test3.xml '//discarded' discarded > xpath2.tmp && diff xpath2.tmp $(srcdir)/x…
/external/libxml2/
D.gitignore50 doc/examples/xpath2
DChangeLog4673 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
5271 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
7188 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
7205 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
/external/cldr/tools/java/org/unicode/cldr/test/
DCLDRTest.java485 String xpath2 = maps[nameType].get(value); in TestDisplayNameCollisions() local
486 if (xpath2 == null) { in TestDisplayNameCollisions()
490 … collisions.add(CLDRFile.getNameTypeName(nameType) + "\t" + value + "\t" + xpath + "\t" + xpath2); in TestDisplayNameCollisions()
491 …surveyInfo.add(locale + "\t" + xpath + "\t'" + value + "' is a duplicate of what is in " + xpath2); in TestDisplayNameCollisions()