Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_xml.h98 FX_BOOL GetAttrInteger(const CFX_ByteStringC& name, int& attribute) const;
99 int GetAttrInteger(const CFX_ByteStringC& name) const { in GetAttrInteger() function
101 GetAttrInteger(name, attr); in GetAttrInteger()
105 FX_BOOL GetAttrInteger(const CFX_ByteStringC& space,
108 int GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() function
111 GetAttrInteger(space, name, attr); in GetAttrInteger()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_locale.cpp125 if (pSymbolNames->GetAttrInteger("abbr") != bAbbr) { in GetCalendarSymbol()
128 if (pSymbolNames && pSymbolNames->GetAttrInteger("abbr") == bAbbr) { in GetCalendarSymbol()
/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp654 FX_BOOL CXML_Element::GetAttrInteger(const CFX_ByteStringC& name, in GetAttrInteger() function in CXML_Element
665 FX_BOOL CXML_Element::GetAttrInteger(const CFX_ByteStringC& space, in GetAttrInteger() function in CXML_Element
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp146 if (pSymbolNames->GetAttrInteger("abbr") != bAbbr) { in FX_GetCalendarSymbol()
149 if (pSymbolNames && pSymbolNames->GetAttrInteger("abbr") == bAbbr) { in FX_GetCalendarSymbol()