twoCharsAreValidEscape  149 Source/core/css/parser/MediaQueryTokenizer.cpp     if (twoCharsAreValidEscape(cc, m_input.currentInputChar())) {
twoCharsAreValidEscape  403 Source/core/css/parser/MediaQueryTokenizer.cpp         if (twoCharsAreValidEscape(cc, m_input.currentInputChar())) {
twoCharsAreValidEscape  443 Source/core/css/parser/MediaQueryTokenizer.cpp     return twoCharsAreValidEscape(m_input.peek(offset), m_input.peek(offset + 1));