Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts188 function toAsciiLower(cp: number): number { function
1270 token.tagName += String.fromCodePoint(isAsciiUpper(cp) ? toAsciiLower(cp) : cp);
1798 … this.currentAttr.name += String.fromCodePoint(isAsciiUpper(cp) ? toAsciiLower(cp) : cp);
2358 this._createDoctypeToken(String.fromCharCode(toAsciiLower(cp)));
2431 token.name += String.fromCodePoint(isAsciiUpper(cp) ? toAsciiLower(cp) : cp);