Home
last modified time | relevance | path

Searched refs:b_byte_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dintern_table.cc343 size_t b_byte_count = strlen(b.GetUtf8Data()); in operator ()() local
344 size_t b_utf8_length = CountModifiedUtf8Chars(b.GetUtf8Data(), b_byte_count); in operator ()()
348 const bool is_b_regular_ascii = (b_byte_count == b_utf8_length); in operator ()()