Home
last modified time | relevance | path

Searched defs:escapeText (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/scripts/
DcreatePlaygroundBuild.js236 function escapeText(text) { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DTextFormat.java2414 static String escapeText(final String input) { in escapeText() method in TextFormat
/third_party/typescript/src/compiler/
Dutilities.ts840 … const escapeText = flags & GetLiteralTextFlags.JsxAttributeEscape ? escapeJsxAttributeString : constant
856 …const escapeText = flags & GetLiteralTextFlags.NeverAsciiEscape || (getEmitFlags(node) & EmitFlags… constant