Searched refs:escapeNBSP (Results 1 – 1 of 1) sorted by relevance
94 static void appendAttributeValue(Vector<UChar>& result, const String& attr, bool escapeNBSP) in appendAttributeValue() argument130 if (escapeNBSP) { in appendAttributeValue()142 …void appendEscapedContent(Vector<UChar>& result, pair<const UChar*, size_t> range, bool escapeNBSP) in appendEscapedContent() argument172 if (escapeNBSP) { in appendEscapedContent()184 static String escapeContentText(const String& in, bool escapeNBSP) in escapeContentText() argument187 appendEscapedContent(buffer, make_pair(in.characters(), in.length()), escapeNBSP); in escapeContentText()