Lines Matching refs:_temp
37 char *start = _temp.GetBuf(num + 2);
43 char *start = _temp.GetBuf(num * 3);
51 _temp.ReleaseBuf_SetLen((unsigned)(p - start));
52 *_so << _temp;
147 _so->Convert_UString_to_AString(_tempU, _temp);
148 if (_s.Len() + _temp.Len() > MaxLen)
161 _so->Convert_UString_to_AString(_tempU, _temp);
162 if (_s.Len() + _temp.Len() <= MaxLen)
166 _temp.Empty();
168 _s += _temp;