Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table-inl.h59 size_t b_byte_count = strlen(b.GetUtf8Data()); in operator() local
60 size_t b_utf8_length = CountModifiedUtf8Chars(b.GetUtf8Data(), b_byte_count); in operator()
64 const bool is_b_regular_ascii = (b_byte_count == b_utf8_length); in operator()