Home | History | Annotate | Download | only in parser

Lines Matching refs:decodedEntity

131     Vector<UChar, 16> decodedEntity;
132 bool success = consumeHTMLEntity(source, decodedEntity, notEnoughCharacters);
136 ASSERT(decodedEntity.isEmpty());
139 Vector<UChar>::const_iterator iter = decodedEntity.begin();
140 for (; iter != decodedEntity.end(); ++iter)
1055 Vector<UChar, 16> decodedEntity;
1056 bool success = consumeHTMLEntity(source, decodedEntity, notEnoughCharacters, m_additionalAllowedCharacter);
1060 ASSERT(decodedEntity.isEmpty());
1063 Vector<UChar>::const_iterator iter = decodedEntity.begin();
1064 for (; iter != decodedEntity.end(); ++iter)