Lines Matching defs:bytes
68 int bytes = 0;
72 ++bytes;
74 return bytes;
173 /// This function takes a raw source line and produces a mapping from the bytes
182 /// If a byte is the first in a sequence of bytes that together map to a single
184 /// column while the subsequent bytes will be -1.
193 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to
221 /// The last element in the array is the number of bytes in the source string
227 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to
267 int bytes() const { return m_columnToByte.back(); }
1014 assert(HintByteOffset < static_cast<unsigned>(map.bytes())+1);