Home | History | Annotate | Download | only in source

Lines Matching refs:fCount

235 	fCount = fString.Length () + 1;
264 fCount = 8 + fText.Length ();
271 fCount = 8 + fText.Get_UTF16 (fUTF16) * 2;
287 uint32 chars = (fCount - 8) >> 1;
305 stream.Put (fText.Get (), fCount - 8);
529 uint32 extra = fCount * 4 - fLength;