Home | History | Annotate | Download | only in utils

Lines Matching defs:bytes

100     const ssize_t bytes = utf16_to_utf8_length(in, len);
101 if (bytes < 0) {
105 SharedBuffer* buf = SharedBuffer::alloc(bytes+1);
122 const ssize_t bytes = utf32_to_utf8_length(in, len);
123 if (bytes < 0) {
127 SharedBuffer* buf = SharedBuffer::alloc(bytes+1);
274 const size_t otherLen = other.bytes();
275 if (bytes() == 0) {
292 if (bytes() == 0) {
330 const size_t myLen = bytes();