Home
last modified time | relevance | path

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

/art/dexdump/
Ddexdump.cc453 static size_t utf8Bytes(char start_byte) { in utf8Bytes() argument
454 uint8_t sb = static_cast<uint8_t>(start_byte); in utf8Bytes()