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