Home | History | Annotate | Download | only in source

Lines Matching defs:aSize

140 	uint32 aSize = (uint32) strlen (otherString);
142 if (aSize > 0)
145 uint32 aBufSize = aSize * 6 + 256;
167 aSize,
217 uint32 aSize = dngString.Length ();
219 if (aSize > 0)
222 uint32 aBufSize = (aSize * 2) + 256;
244 aSize,
356 int aSize = (int) strlen (otherString);
358 if (aSize > 0)
361 int aBufChars = aSize * 3 + 128;
368 aSize,
938 uint32 aSize = gUTF8Bytes [aChar];
940 if (aSize > maxBytes)
954 s += aSize;
956 for (uint32 extra = 1; extra < aSize; extra++)
973 switch (aSize)