Searched defs:xmlSpecChars (Results 1 - 1 of 1) sorted by relevance

/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl15241 sub xmlSpecChars($) subroutine
16816 push(@PString, $P."=\"".xmlSpecChars($XMLparams{$P})."\"");
17165 $TYPE_PROBLEMS .= " <type name=\"".xmlSpecChars($TypeName)."\">\n";
17365 $VTABLES .= " <old>".xmlSpecChars($Entries{$Index}{"E1"})."</old>\n";
17366 $VTABLES .= " <new>".xmlSpecChars($Entries{$Index}{"E2"})."</new>\n";
17595 $Affected .= " <comment>".xmlSpecChars($Desc)."</comment>\n";
17817 $Report .= " <type>".xmlSpecChars($TypeName)."</type>\n";
17824 $Report .= " <type>".xmlSpecChars($RTName)."</type>\n";
17868 $Report .= " <old signature=\"".xmlSpecChars($S1)."\">\n";
17874 $Report .= " <new signature=\"".xmlSpecChars(
[all...]

Completed in 120 milliseconds