Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlschemastypes.h92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
/external/libxml2/include/libxml/
Dxmlschemastypes.h92 xmlSchemaGetFacetValueAsULong (xmlSchemaFacetPtr facet);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src1662 xmlSchemaGetFacetValueAsULong
/external/libxml2/
Delfgcchack.h9602 #undef xmlSchemaGetFacetValueAsULong
9603 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("x…
9605 #ifndef xmlSchemaGetFacetValueAsULong
9606 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __att…
9607 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias macro
Dxmlschemastypes.c5046 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() function
Dxmlschemas.c2654 snprintf(len, 24, "%lu", xmlSchemaGetFacetValueAsULong(facet)); in xmlSchemaFacetErr()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h9602 #undef xmlSchemaGetFacetValueAsULong
9603 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("x…
9605 #ifndef xmlSchemaGetFacetValueAsULong
9606 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __att…
9607 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias macro
Dxmlschemastypes.c5039 xmlSchemaGetFacetValueAsULong(xmlSchemaFacetPtr facet) in xmlSchemaGetFacetValueAsULong() function
Dxmlschemas.c2654 snprintf(len, 24, "%lu", xmlSchemaGetFacetValueAsULong(facet)); in xmlSchemaFacetErr()
Dtestapi.c35051 ret_val = xmlSchemaGetFacetValueAsULong(facet); in test_xmlSchemaGetFacetValueAsULong()