Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlparser.cpp110 wchar_t current_character_to_skip_to = 0; in DoSyntaxParse() local
351 current_character_to_skip_to = L'>'; in DoSyntaxParse()
371 if (current_character_to_skip_to == L'\'' || in DoSyntaxParse()
372 current_character_to_skip_to == L'\"') { in DoSyntaxParse()
374 if (ch != current_character_to_skip_to) in DoSyntaxParse()
381 current_character_to_skip_to = character_to_skip_too_stack.top(); in DoSyntaxParse()
385 current_character_to_skip_to = L'>'; in DoSyntaxParse()
389 current_character_to_skip_to = L']'; in DoSyntaxParse()
393 current_character_to_skip_to = L')'; in DoSyntaxParse()
397 current_character_to_skip_to = L'\''; in DoSyntaxParse()
[all …]