Lines Matching refs:WordText
93 bool lexTemplate(SmallString<32> &WordText) { in lexTemplate() argument
97 WordText.push_back(C); in lexTemplate()
188 SmallString<32> WordText; in lexType() local
198 if (!lexTemplate(WordText)) in lexType()
201 WordText.push_back(C); in lexType()
210 const unsigned Length = WordText.size(); in lexType()
218 memcpy(TextPtr, WordText.c_str(), Length + 1); in lexType()
249 SmallString<32> WordText; in lexParHeading() local
259 WordText.push_back(peek()); in lexParHeading()
267 unsigned Length = WordText.size(); in lexParHeading()
275 memcpy(TextPtr, WordText.c_str(), Length + 1); in lexParHeading()
290 SmallString<32> WordText; in lexWord() local
296 WordText.push_back(C); in lexWord()
301 const unsigned Length = WordText.size(); in lexWord()
309 memcpy(TextPtr, WordText.c_str(), Length + 1); in lexWord()
323 SmallString<32> WordText; in lexDelimitedSeq() local
330 WordText.push_back(C); in lexDelimitedSeq()
338 WordText.push_back(C); in lexDelimitedSeq()
351 const unsigned Length = WordText.size(); in lexDelimitedSeq()
354 memcpy(TextPtr, WordText.c_str(), Length + 1); in lexDelimitedSeq()