Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.cpp610 std::string escaped; in XmlEscape() local
611 escaped.reserve(xml.size()); in XmlEscape()
616 escaped.append("<"); in XmlEscape()
619 escaped.append(">"); in XmlEscape()
622 escaped.append("&"); in XmlEscape()
625 escaped.append("'"); in XmlEscape()
628 escaped.append("""); in XmlEscape()
631 escaped.append(1, c); in XmlEscape()
636 return escaped; in XmlEscape()
/system/chre/pal/doc/
DDoxyfile75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
/system/chre/chre_api/doc/
DDoxyfile75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
/system/media/audio_utils/
DDoxyfile75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode