Lines Matching refs:ch
349 UChar ch = *src;
352 !state.inXmp() && ch == '-' && m_scriptCodeSize >= 3 && !src.escaped() &&
359 if (m_scriptCodeResync && !tquote && ch == '>') {
398 if (!m_scriptCodeResync && !state.escaped() && !src.escaped() && (ch == '>' || ch == '/' || isASCIISpace(ch)) &&
407 if (ch == '\"')
409 else if (ch == '\'')
411 else if (tquote != NoQuote && (ch == '\r' || ch == '\n'))
414 state.setEscaped(!state.escaped() && ch == '\\');
415 if (!m_scriptCodeResync && (state.inTextArea() || state.inTitle() || state.inIFrame()) && !src.escaped() && ch == '&') {
424 m_scriptCode[m_scriptCodeSize++] = ch;
647 UChar ch = *src;
648 m_scriptCode[m_scriptCodeSize++] = ch;
649 if (ch == '>') {
689 UChar ch = *src;
690 m_scriptCode[m_scriptCodeSize++] = ch;
691 if (ch == '>' && m_scriptCodeSize > 1 && m_scriptCode[m_scriptCodeSize - 2] == '%') {
1491 UChar ch = *src;
1492 if (ch == '>' || ch == '<')
1494 if (ch == '/')
1497 m_currentToken.addViewSourceChar(ch);