Lines Matching full:capacity
98 TestCheckedArrayByteSink(char* outbuf, int32_t capacity)
99 : CheckedArrayByteSink(outbuf, capacity), calledFlush(FALSE) {}
541 // The UTS #46 code gives a default-capacity UnicodeString as the destination buffer,
542 // and the internal UnicodeString capacity is currently 15 UChars on 64-bit machines