Home
last modified time | relevance | path

Searched refs:ParseText (Results 1 – 8 of 8) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp109 char* StrPair::ParseText( char* p, const char* endTag, int strFlags ) in ParseText() function in StrPair
811 p = value.ParseText( p, "]]>", StrPair::NEEDS_NEWLINE_NORMALIZATION ); in ParseDeep()
818 …p = value.ParseText( p, "<", document->ProcessEntities() ? StrPair::TEXT_ELEMENT : StrPair::TEXT_E… in ParseDeep()
870 p = value.ParseText( p, "-->", StrPair::COMMENT ); in ParseDeep()
917 p = value.ParseText( p, "?>", StrPair::NEEDS_NEWLINE_NORMALIZATION ); in ParseDeep()
964 p = value.ParseText( p, ">", StrPair::NEEDS_NEWLINE_NORMALIZATION ); in ParseDeep()
1011 …p = value.ParseText( p, endTag, processEntities ? StrPair::ATTRIBUTE_VALUE : StrPair::ATTRIBUTE_VA… in ParseDeep()
Dtinyxml2.h137 char* ParseText( char* in, const char* endTag, int strFlags );
/external/pdfium/xfa/src/fgas/src/xml/
Dfx_sax_imp.h77 void ParseText();
Dfx_sax_imp.cpp193 &CFX_SAXReader::ParseText,
315 void CFX_SAXReader::ParseText() { in ParseText() function in CFX_SAXReader
/external/pdfium/xfa/src/fgas/src/localization/
Dfx_localeimp.h52 virtual FX_BOOL ParseText(const CFX_WideString& wsSrcText,
Dfx_locale.cpp931 FX_BOOL CFX_FormatString::ParseText(const CFX_WideString& wsSrcText, in ParseText() function in CFX_FormatString
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h112 virtual FX_BOOL ParseText(const CFX_WideString& wsSrcText,
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_localevalue.cpp138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput); in ValidateValue()
845 bRet = pFormat->ParseText(wsValue, wsFormat, m_wsValue); in ParsePatternValue()