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

  /art/compiler/
image_writer.cc 560 size_t utf16_length = static_cast<size_t>(string->GetLength()); local
568 if (UNLIKELY(utf16_length == 0)) {
571 string_id = dex_file.FindStringId(utf16_string, utf16_length);
    [all...]
  /external/v8/src/
unicode.cc 270 unsigned utf16_length = 0; local
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;
    [all...]
factory.cc 243 int utf16_length = decoder->Utf16Length(); local
244 DCHECK(utf16_length > 0);
249 NewRawTwoByteString(non_ascii_start + utf16_length, pretenure),
258 decoder->WriteUtf16(data, utf16_length);
    [all...]
objects.cc 8962 int utf16_length = 0; local
    [all...]
  /art/runtime/
class_linker.cc 5289 uint32_t utf16_length; local
    [all...]

Completed in 693 milliseconds