Lines Matching refs:char
28 const char = str[i];
30 result += char >= 'A' && char <= 'Z' ?
31 StringPrototypeToLowerCase(char) :
32 char;
110 const char = str[i];
111 result += (char === '"' || char === '\\') ? `\\${char}` : char;
217 const char = StringPrototypeCharAt(str, position);
221 if (char === ';') {
228 const char = StringPrototypeCharAt(str, position);
230 if (char === '"') {
237 // so we can skip the last char in either case