HomeSort by relevance Sort by last modified time
    Searched defs:utf16_length (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
unicode-decoder.cc 21 size_t utf16_length = 0; local
29 utf16_length += is_two_characters ? 2 : 1;
30 // Don't need to write to the buffer, but still need utf16_length.
34 if (utf16_length <= buffer_length) {
41 if (utf16_length == buffer_length) {
57 utf16_length_ = utf16_length;
factory.cc 288 int utf16_length = static_cast<int>(decoder->Utf16Length()); local
289 DCHECK(utf16_length > 0);
294 NewRawTwoByteString(non_ascii_start + utf16_length, pretenure),
303 decoder->WriteUtf16(data, utf16_length);
    [all...]
objects.cc 12164 int utf16_length = 0; local
    [all...]
  /art/runtime/
class_linker.cc 7301 uint32_t utf16_length; local
7316 uint32_t utf16_length; local
    [all...]

Completed in 255 milliseconds