consumeHTMLEntity   64 Source/core/html/parser/HTMLEntityParser.h bool consumeHTMLEntity(SegmentedString&, DecodedHTMLEntity& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter = '\0');
consumeHTMLEntity  159 Source/core/html/parser/HTMLTokenizer.cpp     bool success = consumeHTMLEntity(source, decodedEntity, notEnoughCharacters);
consumeHTMLEntity 1000 Source/core/html/parser/HTMLTokenizer.cpp         bool success = consumeHTMLEntity(source, decodedEntity, notEnoughCharacters, m_additionalAllowedCharacter);