Home | History | Annotate | Download | only in src

Lines Matching full:utf16_length

270   unsigned utf16_length = 0;
278 utf16_length += is_two_characters ? 2 : 1;
279 // Don't need to write to the buffer, but still need utf16_length.
283 if (utf16_length <= buffer_length) {
290 if (utf16_length == buffer_length) {
304 utf16_length_ = utf16_length;