Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_saxreader.h136 bool IsEntityEnd(uint8_t ch) const;
Dcfx_saxreader.cpp180 bool CFX_SAXReader::IsEntityEnd(uint8_t ch) const { in IsEntityEnd() function in CFX_SAXReader
287 if (!IsEntityEnd(ch)) in ParseChar()