Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp109 wchar_t current_quote_character = 0; in DoSyntaxParse() local
259 current_quote_character = ch; in DoSyntaxParse()
264 if (ch == current_quote_character) { in DoSyntaxParse()
268 current_quote_character = 0; in DoSyntaxParse()
435 if (current_quote_character == 0) { in DoSyntaxParse()
445 if (current_quote_character == 0) { in DoSyntaxParse()
446 current_quote_character = ch; in DoSyntaxParse()
448 } else if (ch == current_quote_character) { in DoSyntaxParse()
449 current_quote_character = 0; in DoSyntaxParse()