Searched refs:ParseText (Results 1 – 8 of 8) sorted by relevance
/external/tinyxml2/ |
D | tinyxml2.cpp | 109 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()
|
D | tinyxml2.h | 137 char* ParseText( char* in, const char* endTag, int strFlags );
|
/external/pdfium/xfa/src/fgas/src/xml/ |
D | fx_sax_imp.h | 77 void ParseText();
|
D | fx_sax_imp.cpp | 193 &CFX_SAXReader::ParseText, 315 void CFX_SAXReader::ParseText() { in ParseText() function in CFX_SAXReader
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_localeimp.h | 52 virtual FX_BOOL ParseText(const CFX_WideString& wsSrcText,
|
D | fx_locale.cpp | 931 FX_BOOL CFX_FormatString::ParseText(const CFX_WideString& wsSrcText, in ParseText() function in CFX_FormatString
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_locale.h | 112 virtual FX_BOOL ParseText(const CFX_WideString& wsSrcText,
|
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_localevalue.cpp | 138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput); in ValidateValue() 845 bRet = pFormat->ParseText(wsValue, wsFormat, m_wsValue); in ParsePatternValue()
|