Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dintern_table-inl.h64 const bool is_b_regular_ascii = (b_byte_count == b_utf8_length); in operator() local
65 if (is_b_regular_ascii) { in operator()