Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcrt/
Dfx_xml_parser.cpp96 FX_BOOL g_FXCRT_XML_IsNameIntro(uint8_t ch) { in g_FXCRT_XML_IsNameIntro() function
378 if (!g_FXCRT_XML_IsNameIntro(m_pBuffer[m_dwIndex])) { in ParseElement()