nextTwoCharsAreValidEscape  464 Source/core/css/parser/MediaQueryTokenizer.cpp     if (isNameStart(firstChar) || nextTwoCharsAreValidEscape(0))
nextTwoCharsAreValidEscape  470 Source/core/css/parser/MediaQueryTokenizer.cpp         return nextTwoCharsAreValidEscape(1);
nextTwoCharsAreValidEscape   44 Source/core/css/parser/MediaQueryTokenizer.h     bool nextTwoCharsAreValidEscape(unsigned offset);