HomeSort by relevance Sort by last modified time
    Searched full:specialcharactermask (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
InputStreamPreprocessor.h 62 static const UChar specialCharacterMask = '\n' | '\r' | '\0';
63 if (m_nextInputCharacter & ~specialCharacterMask) {

Completed in 348 milliseconds