Lines Matching refs:bytesCapacity
129 bytes(NULL), bytesCapacity(0), bytesLength(0) {
195 newTrie=new BytesTrie(bytes, bytes+(bytesCapacity-bytesLength));
200 bytesCapacity=0;
211 result.set(bytes+(bytesCapacity-bytesLength), bytesLength);
254 if(bytesCapacity<capacity) {
259 bytesCapacity=0;
262 bytesCapacity=capacity;
377 if(length>bytesCapacity) {
378 int32_t newCapacity=bytesCapacity;
387 bytesCapacity=0;
391 bytes+(bytesCapacity-bytesLength), bytesLength);
394 bytesCapacity=newCapacity;
404 bytes[bytesCapacity-bytesLength]=(char)byte;
414 uprv_memcpy(bytes+(bytesCapacity-bytesLength), b, length);