HomeSort by relevance Sort by last modified time
    Searched refs:CFX_ByteStringL (Results 1 - 8 of 8) sorted by null

  /external/pdfium/core/include/fxcrt/
fx_xml.h 15 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;
fx_string.h 16 class CFX_ByteStringL;
844 class CFX_ByteStringL : public CFX_ByteStringC
847 CFX_ByteStringL() : CFX_ByteStringC() {}
848 ~CFX_ByteStringL() {}
869 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAllocator = NULL);
fx_basic.h 73 void GetByteStringL(CFX_ByteStringL &str) const;
357 void GetResult(CFX_ByteStringL &result) const
    [all...]
  /external/pdfium/core/src/fxcrt/
xml_int.h 168 void GetName(CFX_ByteStringL &space, CFX_ByteStringL &name);
171 void GetTagName(CFX_ByteStringL &space, CFX_ByteStringL &name, FX_BOOL &bEndTag, FX_BOOL bStartTag = FALSE);
fx_basic_utf.cpp 91 void FX_UTF8Encode(FX_LPCWSTR pwsStr, FX_STRSIZE len, CFX_ByteStringL &utf8Str, IFX_Allocator* pAllocator)
fx_xml_parser.cpp 139 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 &uri) const
    [all...]
fx_basic_bstring.cpp     [all...]
fx_basic_buffer.cpp 146 void CFX_BinaryBuf::GetByteStringL(CFX_ByteStringL &str) const

Completed in 73 milliseconds