Home | History | Annotate | Download | only in src

Lines Matching full:utf16_length

293   unsigned utf16_length = 0;
301 utf16_length += is_two_characters ? 2 : 1;
302 // Don't need to write to the buffer, but still need utf16_length.
306 if (utf16_length <= buffer_length) {
313 if (utf16_length == buffer_length) {
327 utf16_length_ = utf16_length;