Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/expat/
Dxmlparse.c328 const XML_Char *notation; member
2950 if (entity->notation) in doContent()
5234 parser->m_declEntity->notation in doProlog()
5236 if (! parser->m_declEntity->notation) in doProlog()
5244 parser->m_declEntity->publicId, parser->m_declEntity->notation); in doProlog()
5251 parser->m_declEntity->publicId, parser->m_declEntity->notation); in doProlog()
6139 if (entity->notation) { in appendAttributeValue()
7139 if (oldE->notation) { in copyEntityTable()
7140 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
7143 newE->notation = tem; in copyEntityTable()