OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseText
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp
193
&CFX_SAXReader::
ParseText
,
315
void CFX_SAXReader::
ParseText
() {
/external/tinyxml2/
tinyxml2.cpp
109
char* StrPair::
ParseText
( char* p, const char* endTag, int strFlags )
811
p = value.
ParseText
( p, "]]>", StrPair::NEEDS_NEWLINE_NORMALIZATION );
818
p = value.
ParseText
( p, "<", document->ProcessEntities() ? StrPair::TEXT_ELEMENT : StrPair::TEXT_ELEMENT_LEAVE_ENTITIES );
870
p = value.
ParseText
( p, "-->", StrPair::COMMENT );
917
p = value.
ParseText
( p, "?>", StrPair::NEEDS_NEWLINE_NORMALIZATION );
964
p = value.
ParseText
( p, ">", StrPair::NEEDS_NEWLINE_NORMALIZATION );
996
// Parse using the name rules: bug fix, was using
ParseText
before
1011
p = value.
ParseText
( p, endTag, processEntities ? StrPair::ATTRIBUTE_VALUE : StrPair::ATTRIBUTE_VALUE_LEAVE_ENTITIES );
[
all
...]
/external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp
931
FX_BOOL CFX_FormatString::
ParseText
(const CFX_WideString& wsSrcText,
[
all
...]
Completed in 307 milliseconds