Home
last modified time | relevance | path

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

/third_party/parse5/packages/parse5/lib/tokenizer/
Dindex.ts172 function isAsciiAlphaNumeric(cp: number): boolean { function
197 return nextCp === $.EQUALS_SIGN || isAsciiAlphaNumeric(nextCp);
3011 } else if (isAsciiAlphaNumeric(cp)) {
3043 if (isAsciiAlphaNumeric(cp)) {