Home
last modified time | relevance | path

Searched defs:targetBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libxml2/
H A Dxinclude.c631 const xmlChar *targetBase) { in xmlXIncludeBaseFixup()
698 int copyChildren, const xmlChar *targetBase) { in xmlXIncludeCopyNode()
821 const xmlChar *targetBase) { in xmlXIncludeCopyXPointer()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DUnitConverter.java1931 Output<String> targetBase = new Output<>(); in convert() local