Lines Matching refs:_temp
37 char *start = _temp.GetBuf(num + 2); in ClosePrint()
43 char *start = _temp.GetBuf(num * 3); in ClosePrint()
51 _temp.ReleaseBuf_SetLen((unsigned)(p - start)); in ClosePrint()
52 *_so << _temp; in ClosePrint()
144 StdOut_Convert_UString_to_AString(FileName, _temp); in Print()
145 _temp.Replace('\n', ' '); in Print()
146 if (_s.Len() + _temp.Len() > MaxLen) in Print()
158 StdOut_Convert_UString_to_AString(_tempU, _temp); in Print()
159 if (_s.Len() + _temp.Len() <= MaxLen) in Print()
163 _temp.Empty(); in Print()
165 _s += _temp; in Print()