HomeSort by relevance Sort by last modified time
    Searched full:b_utf8_length (Results 1 - 1 of 1) sorted by null

  /art/runtime/
intern_table.cc 349 size_t b_utf8_length = CountModifiedUtf8Chars(b.GetUtf8Data(), b_byte_count); local
353 const bool is_b_regular_ascii = (b_byte_count == b_utf8_length);

Completed in 741 milliseconds