Lines Matching refs:Count
181 UINT32 *Count);
317 UINT32 Count; in DtCompileUnicode() local
325 Count = strlen (AsciiString) + 1; in DtCompileUnicode()
329 for (i = 0; i < Count; i++) in DtCompileUnicode()
495 UINT32 *Count) in DtNormalizeBuffer() argument
541 *Count = BufferCount + 1; in DtNormalizeBuffer()
571 UINT32 Count; in DtCompileBuffer() local
577 StringValue = DtNormalizeBuffer (StringValue, &Count); in DtCompileBuffer()
579 if (Count != ByteLength) in DtCompileBuffer()
583 Count, ByteLength); in DtCompileBuffer()
590 for (i = 0; i < Count; i++, Substring += 3) in DtCompileBuffer()
613 return (ByteLength - Count); in DtCompileBuffer()