Searched refs:CFX_ByteStringL (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h15 CFX_ByteStringL m_QSpaceName;
16 CFX_ByteStringL m_AttrName;
88 void GetTagName(CFX_ByteStringL &tagName, FX_BOOL bQualified = FALSE) const;
91 void GetNamespace(CFX_ByteStringL &nameSpace, FX_BOOL bQualified = FALSE) const;
94 void GetNamespaceURI(FX_BSTR qName, CFX_ByteStringL &uri) const;
107 void GetAttrByIndex(int index, CFX_ByteStringL &space, CFX_ByteStringL &name, CFX_WideStringL &value) const;
199 CFX_ByteStringL m_QSpaceName;
201 CFX_ByteStringL m_TagName;
H A Dfx_string.h16 class CFX_ByteStringL;
844 class CFX_ByteStringL : public CFX_ByteStringC class in inherits:CFX_ByteStringC
847 CFX_ByteStringL() : CFX_ByteStringC() {} function in class:CFX_ByteStringL
848 ~CFX_ByteStringL() {}
869 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAllocator = NULL);
H A Dfx_basic.h73 void GetByteStringL(CFX_ByteStringL &str) const;
357 void GetResult(CFX_ByteStringL &result) const
/external/pdfium/core/src/fxcrt/
H A Dxml_int.h168 void GetName(CFX_ByteStringL &space, CFX_ByteStringL &name);
171 void GetTagName(CFX_ByteStringL &space, CFX_ByteStringL &name, FX_BOOL &bEndTag, FX_BOOL bStartTag = FALSE);
H A Dfx_basic_utf.cpp91 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAllocator)
H A Dfx_xml_parser.cpp139 void CXML_Parser::GetName(CFX_ByteStringL &space, CFX_ByteStringL &name)
327 void CXML_Parser::GetTagName(CFX_ByteStringL &space, CFX_ByteStringL &name, FX_BOOL &bEndTag, FX_BOOL bStartTag)
382 CFX_ByteStringL tag_name, tag_space;
405 CFX_ByteStringL attr_space, attr_name;
490 CFX_ByteStringL space, name;
681 void CXML_Element::GetTagName(CFX_ByteStringL &tagName, FX_BOOL bQualified) const
707 void CXML_Element::GetNamespace(CFX_ByteStringL &nameSpace, FX_BOOL bQualified) const
733 void CXML_Element::GetNamespaceURI(FX_BSTR qName, CFX_ByteStringL
[all...]
H A Dfx_basic_bstring.cpp1173 void CFX_ByteStringL::Empty(IFX_Allocator* pAllocator)
1180 FX_LPSTR CFX_ByteStringL::AllocBuffer(FX_STRSIZE length, IFX_Allocator* pAllocator)
1191 void CFX_ByteStringL::Set(FX_BSTR src, IFX_Allocator* pAllocator)
H A Dfx_basic_buffer.cpp146 void CFX_BinaryBuf::GetByteStringL(CFX_ByteStringL &str) const

Completed in 7932 milliseconds