Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgXmlParser.cpp217 static SimpleXMLType _getXMLType(const char* itr, const char* itrEnd, size_t &toff) in _getXMLType() argument
219 toff = 0; in _getXMLType()
221 toff = 1; in _getXMLType()
224 toff = 1; in _getXMLType()
228 toff = sizeof("!DOCTYPE") - 1; in _getXMLType()
231 toff = sizeof("![CDATA[") - 1; in _getXMLType()
234 toff = sizeof("!--") - 1; in _getXMLType()
237 toff = sizeof("!") - 1; in _getXMLType()
389 size_t toff = 0; in simpleXmlParse() local
390 SimpleXMLType type = _getXMLType(itr, itrEnd, toff); in simpleXmlParse()
[all …]