Searched refs:s_szAttrEscape (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrformatrt.cpp1045 static const char s_szAttrEscape[] = "<>&\"\n\r"; /* more? */ local
1046 const char * const pszEscape = fAttr ? s_szAttrEscape : s_szElemEscape;
1047 size_t const cchEscape = (fAttr ? RT_ELEMENTS(s_szAttrEscape) : RT_ELEMENTS(s_szElemEscape)) - 1;

Completed in 41 milliseconds