isIdentifierStartAfterDash  353 Source/core/css/CSSTokenizer-in.cpp     return isIdentifierStartAfterDash((*currentCharacter<CharacterType>() != '-') ? currentCharacter<CharacterType>() : currentCharacter<CharacterType>() + 1);
isIdentifierStartAfterDash 1293 Source/core/css/CSSTokenizer-in.cpp         if (isIdentifierStartAfterDash(currentCharacter<SrcCharacterType>())) {