Searched refs:toAsciiLower (Results 1 – 1 of 1) sorted by relevance
188 function toAsciiLower(cp: number): number { function1270 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);