Home | History | Annotate | Download | only in parser

Lines Matching refs:m_temporaryBuffer

131     if (!m_temporaryBuffer.isEmpty())
184 m_temporaryBuffer.clear();
220 m_temporaryBuffer.clear();
383 m_temporaryBuffer.clear();
395 m_temporaryBuffer.append(static_cast<LChar>(cc));
399 m_temporaryBuffer.append(static_cast<LChar>(cc));
412 m_temporaryBuffer.append(static_cast<LChar>(cc));
416 m_temporaryBuffer.append(static_cast<LChar>(cc));
422 m_temporaryBuffer.append(static_cast<LChar>(cc));
427 m_temporaryBuffer.append(static_cast<LChar>(cc));
432 m_temporaryBuffer.append(static_cast<LChar>(cc));
438 m_token->appendToCharacter(m_temporaryBuffer);
440 m_temporaryBuffer.clear();
448 m_temporaryBuffer.clear();
460 m_temporaryBuffer.append(static_cast<LChar>(cc));
464 m_temporaryBuffer.append(static_cast<LChar>(cc));
477 m_temporaryBuffer.append(static_cast<LChar>(cc));
481 m_temporaryBuffer.append(static_cast<LChar>(cc));
487 m_temporaryBuffer.append(static_cast<LChar>(cc));
492 m_temporaryBuffer.append(static_cast<LChar>(cc));
497 m_temporaryBuffer.append(static_cast<LChar>(cc));
503 m_token->appendToCharacter(m_temporaryBuffer);
505 m_temporaryBuffer.clear();
513 m_temporaryBuffer.clear();
529 m_temporaryBuffer.append(static_cast<LChar>(cc));
533 m_temporaryBuffer.append(static_cast<LChar>(cc));
546 m_temporaryBuffer.append(static_cast<LChar>(cc));
550 m_temporaryBuffer.append(static_cast<LChar>(cc));
556 m_temporaryBuffer.append(static_cast<LChar>(cc));
561 m_temporaryBuffer.append(static_cast<LChar>(cc));
566 m_temporaryBuffer.append(static_cast<LChar>(cc));
572 m_token->appendToCharacter(m_temporaryBuffer);
574 m_temporaryBuffer.clear();
651 m_temporaryBuffer.clear();
657 m_temporaryBuffer.clear();
658 m_temporaryBuffer.append(toLowerCase(cc));
663 m_temporaryBuffer.clear();
664 m_temporaryBuffer.append(static_cast<LChar>(cc));
675 m_temporaryBuffer.append(static_cast<LChar>(cc));
679 m_temporaryBuffer.append(static_cast<LChar>(cc));
692 m_temporaryBuffer.append(static_cast<LChar>(cc));
696 m_temporaryBuffer.append(static_cast<LChar>(cc));
702 m_temporaryBuffer.append(static_cast<LChar>(cc));
707 m_temporaryBuffer.append(static_cast<LChar>(cc));
712 m_temporaryBuffer.append(static_cast<LChar>(cc));
718 m_token->appendToCharacter(m_temporaryBuffer);
720 m_temporaryBuffer.clear();
735 m_temporaryBuffer.append(toLowerCase(cc));
739 m_temporaryBuffer.append(static_cast<LChar>(cc));
803 m_temporaryBuffer.clear();
819 m_temporaryBuffer.append(toLowerCase(cc));
823 m_temporaryBuffer.append(static_cast<LChar>(cc));
1594 characters.append(m_temporaryBuffer.data(), m_temporaryBuffer.size());
1617 return vectorEqualsString(m_temporaryBuffer, expectedString);