Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgXmlParser.cpp190 static const char* _simpleXmlFindEndCommentTag(const char* itr, const char* itrEnd) in _simpleXmlFindEndCommentTag() function
395 … else if (type == SimpleXMLType::Comment) p = _simpleXmlFindEndCommentTag(itr + 1 + toff, itrEnd); in simpleXmlParse()