Lines Matching refs:charCodeAt
172 isWhitespace(selector.charCodeAt(selectorIndex))
189 selector.charCodeAt(selectorIndex) ===
195 selector.charCodeAt(selectorIndex) ===
213 while (selector.charCodeAt(--pos) === CharCode.BackSlash) slashCount++;
277 const firstChar = selector.charCodeAt(selectorIndex);
335 if (selector.charCodeAt(selectorIndex) === CharCode.Pipe) {
345 selector.charCodeAt(selectorIndex) === CharCode.Pipe &&
346 selector.charCodeAt(selectorIndex + 1) !==
360 selector.charCodeAt(selectorIndex)
367 selector.charCodeAt(selectorIndex + 1) !==
375 selector.charCodeAt(selectorIndex) === CharCode.Equal
387 if (isQuote(selector.charCodeAt(selectorIndex))) {
388 const quote = selector.charCodeAt(selectorIndex);
392 (selector.charCodeAt(sectionEnd) !== quote ||
398 if (selector.charCodeAt(sectionEnd) !== quote) {
412 selector.charCodeAt(selectorIndex)
414 selector.charCodeAt(selectorIndex) !==
431 selector.charCodeAt(selectorIndex) | 0x20;
444 selector.charCodeAt(selectorIndex) !==
465 if (selector.charCodeAt(selectorIndex + 1) === CharCode.Colon) {
470 selector.charCodeAt(selectorIndex) ===
482 selector.charCodeAt(selectorIndex) ===
486 if (isQuote(selector.charCodeAt(selectorIndex + 1))) {
500 selector.charCodeAt(selectorIndex) !==
513 const quot = data.charCodeAt(0);
516 quot === data.charCodeAt(data.length - 1) &&
564 selector.charCodeAt(selectorIndex + 1) === CharCode.Pipe
577 selector.charCodeAt(selectorIndex) === CharCode.Pipe &&
578 selector.charCodeAt(selectorIndex + 1) !== CharCode.Pipe
582 selector.charCodeAt(selectorIndex + 1) ===