Searched refs:smallBuffer (Results 1 – 2 of 2) sorted by relevance
1106 uint8 smallBuffer [1024]; in CopyToStream() local1108 if (count <= sizeof (smallBuffer)) in CopyToStream()1111 Get (smallBuffer, (uint32) count); in CopyToStream()1113 dstStream.Put (smallBuffer, (uint32) count); in CopyToStream()
5279 CharBuffer smallBuffer = CharBuffer.allocate(11); in TestSCSUConverter() local5281 CoderResult status = decode.decode(test, smallBuffer, true); in TestSCSUConverter()