Home
last modified time | relevance | path

Searched refs:GetAttrInteger (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_xmllocale.cpp125 if ((!!pSymbolNames->GetAttrInteger("abbr")) != bAbbr) in GetCalendarSymbol()
128 if (!pSymbolNames || (!!pSymbolNames->GetAttrInteger("abbr")) != bAbbr) in GetCalendarSymbol()
/external/pdfium/core/fxcrt/xml/
Dcxml_element.h40 int GetAttrInteger(const ByteStringView& name) const;
Dcxml_element.cpp100 int CXML_Element::GetAttrInteger(const ByteStringView& name) const { in GetAttrInteger() function in CXML_Element