Home
last modified time | relevance | path

Searched refs:CountElements (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_xml.h147 FX_DWORD CountElements(const CFX_ByteStringC& space,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.cpp213 int32_t iCount = pElement->CountElements("", bsTag); in GetPattern()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp721 FX_DWORD CXML_Element::CountElements(const CFX_ByteStringC& space, in CountElements() function in CXML_Element
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp91 int32_t nCount = pxmlElement->CountElements(bsSpace, bsTag); in FX_GetXMLContent()