HomeSort by relevance Sort by last modified time
    Searched full:escape_markup (Results 1 - 1 of 1) sorted by null

  /external/skia/src/xml/
SkXMLWriter.cpp 117 static size_t escape_markup(char dst[], const char src[], size_t length) function
149 size_t extra = escape_markup(nullptr, value, length);
153 (void)escape_markup(valueStr.writable_str(), value, length);

Completed in 659 milliseconds