Searched refs:xmlSchemaCollapseString (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlschemastypes.h88 xmlSchemaCollapseString (const xmlChar *value);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemastypes.c1935 * xmlSchemaCollapseString:
1943 xmlSchemaCollapseString(const xmlChar *value) { function
2153 norm = xmlSchemaCollapseString(value);
2203 norm = xmlSchemaCollapseString(value);
2222 norm = xmlSchemaCollapseString(value);
2612 norm = xmlSchemaCollapseString(value);
2900 norm = xmlSchemaCollapseString(value);
5678 BAD_CAST xmlSchemaCollapseString(BAD_CAST val->value.str);
6059 *retValue = xmlSchemaCollapseString(val->value.str);
6070 *retValue = xmlSchemaCollapseString(va
[all...]
H A Delfgcchack.h9310 #undef xmlSchemaCollapseString macro
9311 extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString __attribute((alias("xmlSchemaCollapseString__internal_alias")));
9313 #ifndef xmlSchemaCollapseString
9314 extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString__internal_alias __attribute((visibility("hidden")));
9315 #define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias macro
H A Dxmlschemas.c1490 value2 = xmlSchemaCollapseString(value);
5928 strip = xmlSchemaCollapseString(value);
24037 return (xmlSchemaCollapseString(value));

Completed in 159 milliseconds