Home
last modified time | relevance | path

Searched refs:xmlSchemaValueGetAsString (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlschemastypes.h124 xmlSchemaValueGetAsString (xmlSchemaValPtr val);
/external/libxml2/include/libxml/
Dxmlschemastypes.h124 xmlSchemaValueGetAsString (xmlSchemaValPtr val);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1782 xmlSchemaValueGetAsString
/external/libxml2/
Delfgcchack.h10082 #undef xmlSchemaValueGetAsString
10083 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString __attribute((alias("xmlSchema…
10085 #ifndef xmlSchemaValueGetAsString
10086 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString__internal_alias __attribute((…
10087 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias macro
Dxmlschemastypes.c882 xmlSchemaValueGetAsString(xmlSchemaValPtr val) in xmlSchemaValueGetAsString() function
Dxmlschemas.c1496 value = xmlSchemaValueGetAsString(val); in xmlSchemaGetCanonValueWhtspExt()
20100 xmlSchemaValueGetAsString(x), in xmlSchemaAreValuesEqual()
20101 xmlSchemaValueGetAsString(y))) in xmlSchemaAreValuesEqual()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h10082 #undef xmlSchemaValueGetAsString
10083 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString __attribute((alias("xmlSchema…
10085 #ifndef xmlSchemaValueGetAsString
10086 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString__internal_alias __attribute((…
10087 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias macro
Dxmlschemastypes.c882 xmlSchemaValueGetAsString(xmlSchemaValPtr val) in xmlSchemaValueGetAsString() function
Dxmlschemas.c1496 value = xmlSchemaValueGetAsString(val); in xmlSchemaGetCanonValueWhtspExt()
20099 xmlSchemaValueGetAsString(x), in xmlSchemaAreValuesEqual()
20100 xmlSchemaValueGetAsString(y))) in xmlSchemaAreValuesEqual()
Dtestapi.c35811 ret_val = xmlSchemaValueGetAsString(val); in test_xmlSchemaValueGetAsString()