Home
last modified time | relevance | path

Searched refs:encodeJsxCharacterEntity (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts4185 function encodeJsxCharacterEntity(charCode: number): string { function
4194 return jsxEscapedCharsMap.get(c) || encodeJsxCharacterEntity(c.charCodeAt(0));
/third_party/typescript/lib/
DtypingsInstaller.js18510 function encodeJsxCharacterEntity(charCode) { function
18518 return jsxEscapedCharsMap.get(c) || encodeJsxCharacterEntity(c.charCodeAt(0));
Dtsc.js14508 function encodeJsxCharacterEntity(charCode) { function
14516 return jsxEscapedCharsMap.get(c) || encodeJsxCharacterEntity(c.charCodeAt(0));