Home | History | Annotate | Download | only in libutils

Lines Matching defs:bytes

99     const ssize_t bytes = utf16_to_utf8_length(in, len);
100 if (bytes < 0) {
104 SharedBuffer* buf = SharedBuffer::alloc(bytes+1);
121 const ssize_t bytes = utf32_to_utf8_length(in, len);
122 if (bytes < 0) {
126 SharedBuffer* buf = SharedBuffer::alloc(bytes+1);
286 const size_t otherLen = other.bytes();
287 if (bytes() == 0) {
304 if (bytes() == 0) {
351 const size_t myLen = bytes();