Home
last modified time | relevance | path

Searched refs:SkipLiterals (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp153 void CXML_Parser::SkipLiterals(FX_BSTR str) in SkipLiterals() function in CXML_Parser
336 SkipLiterals(FX_BSTRC("?>")); in GetTagName()
341 SkipLiterals(FX_BSTRC("-->")); in GetTagName()
450 SkipLiterals(FX_BSTRC("?>")); in ParseElement()
483 SkipLiterals(FX_BSTRC("]]>")); in ParseElement()
486 SkipLiterals(FX_BSTRC("-->")); in ParseElement()
488 SkipLiterals(FX_BSTRC(">")); in ParseElement()
Dxml_int.h156 void SkipLiterals(FX_BSTR str);